-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Transactions larger than 24.4 kb should be split #25
Labels
Comments
Completed |
stoffu
pushed a commit
to stoffu/monero
that referenced
this issue
Jun 6, 2018
Minimal changes to README.md
Closed
lxop
pushed a commit
to lxop/monero
that referenced
this issue
Jan 27, 2021
…ose-most-recent-list-from-peers Feature/choose most recent list from peers
nahuhh
pushed a commit
to nahuhh/monero
that referenced
this issue
Sep 4, 2024
Update README.md for version 251
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The wallet currently does not allow you to perform transfers when the generated tx is larger than 24.4 kb.
A saner behaviour would be this:
For all tx > 10 kb, attempt instead split the inputs and outputs into multiple tx of a size <10 kb specified by the user (default <5 kb).
The text was updated successfully, but these errors were encountered: