Files
bitcoin/src/wallet/wallet.cpp
Ava Chow 0b1af01bd4 wallet: Replace CWalletTx::SetTx with Update
Instead of replacing the tx when a witness alternative appears, add it
to the set of wtxid alternates.

In order to determine whether the added transaction is the canonical
transaction, Update also needs to know how the state is changing, so it
will also update the state if it is being changed.
2026-07-16 10:56:38 -07:00

181 KiB