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

Apply 1 suggestion(s) to 1 file(s)

parent e13931ae
No related branches found
No related tags found
No related merge requests found
Pipeline #33532 canceled
...@@ -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.
Please register or to comment