diff options
| author | MarcoFalke <[email protected]> | 2020-02-24 23:01:08 +0700 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-02-24 23:01:24 +0700 |
| commit | 225aa5d6d51968919d0d3a1abc13d37f7e83c7d2 (patch) | |
| tree | a09ad66b40c66351ce876e8f0f7ac8120e72f8f4 /src/validationinterface.cpp | |
| parent | Merge #18181: test: Remove incorrect assumptions in validation_flush_tests (diff) | |
| parent | scripted-diff: Wallet: Rename incorrectly named *UsedDestination (diff) | |
| download | discoin-225aa5d6d51968919d0d3a1abc13d37f7e83c7d2.tar.xz discoin-225aa5d6d51968919d0d3a1abc13d37f7e83c7d2.zip | |
Merge #18193: scripted-diff: Wallet: Rename incorrectly named *UsedDestination
bca8665d0895c450e552c357a036d9e9579e3678 scripted-diff: Wallet: Rename incorrectly named *UsedDestination (Luke Dashjr)
Pull request description:
These functions are used to mark/check if a key of our own has been used to spend (and only for avoid-reuse wallets), which has nothing to do with the destination/address itself.
Give them more accurate names to avoid confusion.
-BEGIN VERIFY SCRIPT-
sed -i -e 's/UsedDestination/SpentKey/g' $(git grep -l 'UsedDestination' ./src)
-END VERIFY SCRIPT-
ACKs for top commit:
practicalswift:
ACK bca8665d0895c450e552c357a036d9e9579e3678 -- patch looks correct and rationale makes sense
instagibbs:
ACK https://github.com/bitcoin/bitcoin/pull/18193/commits/bca8665d0895c450e552c357a036d9e9579e3678, much more meaningful name, thanks
kallewoof:
ACK bca8665d0895c450e552c357a036d9e9579e3678
Tree-SHA512: ff13d9061ffa748e92eb41ba962c3ec262a43e4b6abd62408b38c6f650395d6ae5851554257d1900fb02767a88d08380d592a27210192ee9abb72d0945976686
Diffstat (limited to 'src/validationinterface.cpp')
0 files changed, 0 insertions, 0 deletions