Skip to content

Commit

Permalink
pset: input: merge: add missing fields
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoComandini committed Apr 23, 2024
1 parent cd6ad48 commit 908cb5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pset/map/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1042,6 +1042,11 @@ impl Map for Input {
merge!(in_utxo_rangeproof, self, other);
merge!(in_issuance_blind_value_proof, self, other);
merge!(in_issuance_blind_inflation_keys_proof, self, other);
merge!(amount, self, other);
merge!(blind_value_proof, self, other);
merge!(asset, self, other);
merge!(blind_asset_proof, self, other);
merge!(blinded_issuance, self, other);
Ok(())
}
}
Expand Down

0 comments on commit 908cb5e

Please sign in to comment.