Skip to content
Snippets Groups Projects
Commit c914b396 authored by Hugo Trentesaux's avatar Hugo Trentesaux Committed by Cédric Moreau
Browse files

fix(#125): review: typo

parent e13931ae
No related branches found
No related tags found
No related merge requests found
...@@ -768,7 +768,7 @@ where ...@@ -768,7 +768,7 @@ where
} }
if treasury_balance < common_parameters.existential_deposit { if treasury_balance < common_parameters.existential_deposit {
log::error!( log::error!(
"Treasury balance {} is inferior to existencial deposit {}", "Treasury balance {} is inferior to existential deposit {}",
treasury_balance, treasury_balance,
common_parameters.existential_deposit common_parameters.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