Skip to content

Commit

Permalink
Update sdk/src/wallet/error.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Nov 22, 2023
1 parent 95addc1 commit b2ecfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/wallet/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub enum Error {
#[error("failed to get remainder address")]
FailedToGetRemainder,
/// Insufficient funds to send transaction.
#[error("address owns insufficient funds. {required} base unit required, but {available} base unit available.")]
#[error("address owns insufficient funds: {required} base unit required, but {available} base unit available")]
InsufficientFunds { available: u64, required: u64 },
/// Invalid coin type, all accounts need to have the same coin type
#[error("invalid coin type for new account: {new_coin_type}, existing coin type is: {existing_coin_type}")]
Expand Down

0 comments on commit b2ecfb3

Please sign in to comment.