Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
Update delegate_token function to include keyring backend test for ba…
Browse files Browse the repository at this point in the history
…bylon exception
  • Loading branch information
YakupAltay committed Apr 2, 2024
1 parent ebda39f commit 87cdab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ fn delegate_token(
_ => "staking",
},
extra = match exception.as_str() {
"babylon" => "-y",
"babylon" => "--keyring-backend test -y",
_ => "--gas=auto -y",
}
)).map_err(|e| e.to_string())?;
Expand Down

0 comments on commit 87cdab4

Please sign in to comment.