We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6ad48 commit 908cb5eCopy full SHA for 908cb5e
1 file changed
src/pset/map/input.rs
@@ -1042,6 +1042,11 @@ impl Map for Input {
1042
merge!(in_utxo_rangeproof, self, other);
1043
merge!(in_issuance_blind_value_proof, self, other);
1044
merge!(in_issuance_blind_inflation_keys_proof, self, other);
1045
+ merge!(amount, self, other);
1046
+ merge!(blind_value_proof, self, other);
1047
+ merge!(asset, self, other);
1048
+ merge!(blind_asset_proof, self, other);
1049
+ merge!(blinded_issuance, self, other);
1050
Ok(())
1051
}
1052
0 commit comments