We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14f4c0 commit bce97f3Copy full SHA for bce97f3
1 file changed
silentpayments/src/lib.rs
@@ -35,7 +35,7 @@ pub fn tag_txin(txin: &TxIn, script_pubkey: &ScriptBuf) -> Option<SpInputs> {
35
.script_sig
36
.redeem_script()
37
.filter(|script_pubkey| script_pubkey.is_p2wpkh())
38
- // if Non-standard script return None
+ // if not P2SH-P2WPKH return None
39
.map(|_| WrappedSegwit),
40
// Native segwit
41
(false, true) => {
0 commit comments