Skip to content

Commit

Permalink
Revert "put account in block v0 rather than utxo"
Browse files Browse the repository at this point in the history
This reverts commit bcf602b.
  • Loading branch information
dkijania committed Apr 17, 2021
1 parent 6b17e9b commit f44eeb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitup/src/config/initials.rs
Expand Up @@ -132,7 +132,7 @@ impl Initials {
format!("wallet_{}_above_{}", above_threshold_index, threshold);
let value: u64 = rand.gen_range(GRACE_VALUE..=threshold - GRACE_VALUE);
templates.insert(
WalletTemplate::new_account(
WalletTemplate::new_utxo(
wallet_alias,
Value(threshold + value),
discrimination,
Expand Down

0 comments on commit f44eeb5

Please sign in to comment.