Skip to content

Commit

Permalink
Revert failed merged
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Nov 16, 2023
1 parent a8c9110 commit 3dc57ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/types/block/output/foundry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ impl FoundryOutputBuilder {
verify_allowed_features(&immutable_features, FoundryOutput::ALLOWED_IMMUTABLE_FEATURES)?;

let mut output = FoundryOutput {
amount: 1u64,
amount: 0,
serial_number: self.serial_number,
token_scheme: self.token_scheme,
unlock_conditions,
Expand Down

0 comments on commit 3dc57ea

Please sign in to comment.