Skip to content
Snippets Groups Projects
Commit 65dce9be authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

update remove account creation tax

parent 8ac344ac
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -111,14 +111,6 @@ pub async fn runtime_info(data: Data) {
);
// currency
println!("--- currency ---");
println!(
"new account price: {}",
getf(consts.account().new_account_price())
);
println!(
"max new accounts per block: {}",
getu32(consts.account().max_new_accounts_per_block())
);
println!(
"existential deposit: {}",
getf(consts.balances().existential_deposit())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment