Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Aug 30, 2024
1 parent 2e458af commit b877eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/apps_lib/src/client/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ where
e.to_string(),
)
})?;
let author_balane = namada_sdk::rpc::get_token_balance(
let author_balance = namada_sdk::rpc::get_token_balance(
namada.client(),
&namada.native_token(),
&proposal.proposal.author,
Expand All @@ -1006,7 +1006,7 @@ where
.validate(
&governance_parameters,
current_epoch,
author_balane,
author_balance,
args.tx.force,
)
.map_err(|e| {
Expand Down

0 comments on commit b877eb2

Please sign in to comment.