Skip to content

Commit 7273c45

Browse files
committed
decimals in update fix
1 parent 1321adb commit 7273c45

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ oracle-config.yaml
2121
/.vim/
2222
/oracles/
2323
/.vscode/
24+
/.idea/

core/src/cli_commands/prepare_update.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ impl<'a> PrepareUpdate<'a> {
249249
token_box_guard,
250250
self.input.height.0,
251251
);
252-
builder.mint_token(token.clone(), token_name, token_desc, 1);
252+
builder.mint_token(token.clone(), token_name, token_desc, 0);
253253
let mut output_candidates = vec![builder.build()?];
254254

255255
let remaining_funds = ErgoBoxCandidateBuilder::new(

0 commit comments

Comments
 (0)