Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent maptx input count from overflowing transaction size #36

Merged
merged 1 commit into from
Dec 7, 2020

Conversation

xloem
Copy link
Contributor

@xloem xloem commented Dec 6, 2020

Sometimes an upload folder will just break and make an oversized transaction every upload, crashing. I found this was being caused by too many inputs into the map transaction, from a previous upload being interrupted and leaving many map transaction outputs. This patch changes how the map transactions are produced to account for the number of inputs in the size.

@monkeylord monkeylord merged commit f303fe6 into monkeylord:master Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants