Skip to content
3 changes: 2 additions & 1 deletion src/bundle/commitments/issuance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ mod tests {
}),
true,
&mut rng,
);
)
.unwrap();

let another_asset = bundle
.add_recipient(
Expand Down
Loading
Loading