We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The operation GetSerializeSize is O(transaction_size) instead of O(1). Thus this value need to be cached.
GetSerializeSize
O(transaction_size)
O(1)
61b5152#diff-a0337ffd7259e8c7c9a7786d6dbd420c80abfa1afdb34ebae3261109d9ae3c19R2426-R2431
The text was updated successfully, but these errors were encountered:
Closed by #1032
Sorry, something went wrong.
apoelstra
No branches or pull requests
The operation
GetSerializeSize
isO(transaction_size)
instead ofO(1)
. Thus this value need to be cached.61b5152#diff-a0337ffd7259e8c7c9a7786d6dbd420c80abfa1afdb34ebae3261109d9ae3c19R2426-R2431
The text was updated successfully, but these errors were encountered: