Skip to content

Commit

Permalink
add p2anchor output in switch
Browse files Browse the repository at this point in the history
  • Loading branch information
josibake committed Aug 16, 2024
1 parent cd48ed2 commit 05bd7ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wallet/spend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,7 @@ bool IsInputForSharedSecretDerivation(const CScript& input, const CWallet& walle
case TxoutType::MULTISIG:
case TxoutType::PUBKEY:
case TxoutType::NONSTANDARD:
case TxoutType::ANCHOR:
case TxoutType::NULL_DATA: { return false; }
case TxoutType::WITNESS_UNKNOWN:
// This should never happen, as this step takes place after coin selection
Expand Down

0 comments on commit 05bd7ed

Please sign in to comment.