Skip to content

Commit 05bd7ed

Browse files
committed
add p2anchor output in switch
1 parent cd48ed2 commit 05bd7ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wallet/spend.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,6 +1079,7 @@ bool IsInputForSharedSecretDerivation(const CScript& input, const CWallet& walle
10791079
case TxoutType::MULTISIG:
10801080
case TxoutType::PUBKEY:
10811081
case TxoutType::NONSTANDARD:
1082+
case TxoutType::ANCHOR:
10821083
case TxoutType::NULL_DATA: { return false; }
10831084
case TxoutType::WITNESS_UNKNOWN:
10841085
// This should never happen, as this step takes place after coin selection

0 commit comments

Comments
 (0)