You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle segwit-light properly when spending coins, either for staking
or normal transactions in the wallet. Depending on when a transaction
was confirmed, we need to make sure to include the right outpoint (with
txid or bare txid) in the transaction spending an output. This is done
through a custom UTXO hasher used in the wallet, which specifically
works for CWalletTx.
0 commit comments