diff options
author | Andrew Chow <achow101-github@achow101.com> | 2021-08-11 22:05:51 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2021-08-13 00:34:47 -0400 |
commit | d9262324e80da32725e21d4e0fbfee56f25490b1 (patch) | |
tree | 7428fc9c27676f8a9266d56e89def41839d13124 /src/wallet/transaction.h | |
parent | 2de222c40198d3d528668d78cc52e2ce3fa96765 (diff) |
wallet: Assert that enough was selected to cover the fees
When the fee is not subtracted from the outputs, the amount that has
been reserved for the fee (change_and_fee - change_amount) must be
enough to cover the fee that is needed. It would be a bug to not do so,
so use an assert to make this obvious if such a situation were to occur.
Diffstat (limited to 'src/wallet/transaction.h')
0 files changed, 0 insertions, 0 deletions