Skip to content

Commit 908cb5e

Browse files
committed
pset: input: merge: add missing fields
1 parent cd6ad48 commit 908cb5e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/pset/map/input.rs

+5
Original file line numberDiff line numberDiff line change
@@ -1042,6 +1042,11 @@ impl Map for Input {
10421042
merge!(in_utxo_rangeproof, self, other);
10431043
merge!(in_issuance_blind_value_proof, self, other);
10441044
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);
10451050
Ok(())
10461051
}
10471052
}

0 commit comments

Comments
 (0)