File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1086,9 +1086,11 @@ impl PsbtFields for psbt::Input {
1086
1086
) -> & mut BTreeMap < bitcoin:: key:: XOnlyPublicKey , ( Vec < TapLeafHash > , bip32:: KeySource ) > {
1087
1087
& mut self . tap_key_origins
1088
1088
}
1089
+ #[ allow( dead_code) ]
1089
1090
fn proprietary ( & mut self ) -> & mut BTreeMap < psbt:: raw:: ProprietaryKey , Vec < u8 > > {
1090
1091
& mut self . proprietary
1091
1092
}
1093
+ #[ allow( dead_code) ]
1092
1094
fn unknown ( & mut self ) -> & mut BTreeMap < psbt:: raw:: Key , Vec < u8 > > {
1093
1095
& mut self . unknown
1094
1096
}
@@ -1119,9 +1121,11 @@ impl PsbtFields for psbt::Output {
1119
1121
) -> & mut BTreeMap < bitcoin:: key:: XOnlyPublicKey , ( Vec < TapLeafHash > , bip32:: KeySource ) > {
1120
1122
& mut self . tap_key_origins
1121
1123
}
1124
+ #[ allow( dead_code) ]
1122
1125
fn proprietary ( & mut self ) -> & mut BTreeMap < psbt:: raw:: ProprietaryKey , Vec < u8 > > {
1123
1126
& mut self . proprietary
1124
1127
}
1128
+ #[ allow( dead_code) ]
1125
1129
fn unknown ( & mut self ) -> & mut BTreeMap < psbt:: raw:: Key , Vec < u8 > > {
1126
1130
& mut self . unknown
1127
1131
}
You can’t perform that action at this time.
0 commit comments