Conversation
Add the change output to owned_txfilter so its entry in db will get a confirmation_height when detected in a block by filter_block_txs before this commit, after a 'withdraw' command, 'listfunds' would not show our change outputs as confirmed Modified the log message in wallet_extract_owned_outputs to append 'CONFIRMED' when it is called with a blockheight arg. To make distinction between (1st call) when adding owned output to the db and (2th call) when confirmed in block.
|
To comment to myself: I am working/thinking about the semantics of commands like The My idea now is to handle Will likely create separate (combined) PR for that and further discussion. |
|
I'll add the space issue into a cleanup commit 😉 |
Add the change output to owned_txfilter so its entry in db will
get a confirmation_height when detected in a block by filter_block_txs
before this commit, after a 'withdraw' command, 'listfunds' would
not show our change outputs as confirmed. This was mentioned in #2300
Modified the log message in wallet_extract_owned_outputs to
append 'CONFIRMED' when it is called with a blockheight arg.
To make distinction between (1st call) when adding owned output to the
db and (2th call) when confirmed in block.