mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-02 19:52:01 +02:00
refactor: Detach wallet transaction methods (followup for move-only)
Followup to commit "MOVEONLY: CWallet transaction code out of wallet.cpp/.h" that detaches and renames some CWalletTx methods, making into them into standalone functions or CWallet methods instead. There are no changes in behavior and no code changes that aren't purely mechanical. It just gives spend and receive functions more consistent names and removes the circular dependencies added by the earlier MOVEONLY commit. There are also no comment or documentation changes. Removed comments from transaction.h are just migrated to spend.h, receive.h, and wallet.h.
This commit is contained in:
@ -24,10 +24,6 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
|
||||
"wallet/fees -> wallet/wallet -> wallet/fees"
|
||||
"wallet/wallet -> wallet/walletdb -> wallet/wallet"
|
||||
"node/coinstats -> validation -> node/coinstats"
|
||||
# Temporary circular dependencies that allow wallet.h/wallet.cpp to be
|
||||
# split up in a MOVEONLY commit. These are removed in #21206.
|
||||
"wallet/receive -> wallet/wallet -> wallet/receive"
|
||||
"wallet/spend -> wallet/wallet -> wallet/spend"
|
||||
)
|
||||
|
||||
EXIT_CODE=0
|
||||
|
Reference in New Issue
Block a user