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
Branches
Tags
No related merge requests found
No preview for this file type
...@@ -111,14 +111,6 @@ pub async fn runtime_info(data: Data) { ...@@ -111,14 +111,6 @@ pub async fn runtime_info(data: Data) {
); );
// currency // currency
println!("--- 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!( println!(
"existential deposit: {}", "existential deposit: {}",
getf(consts.balances().existential_deposit()) getf(consts.balances().existential_deposit())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment