Files
bitcoin/src/wallet/test/spend_tests.cpp
Lőrinc cd8d3bd937 wallet: use outpoint when estimating input size
`CalculateMaximumSignedInputSize()` is passed the outpoint being sized, but that context was not used when estimating the signed input size.
Pass the outpoint through so externally selected inputs are not underestimated.

Co-authored-by: Antoine Poinsot <darosior@protonmail.com>
2026-05-13 10:46:05 +02:00

6.1 KiB