Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Nov 21, 2023
1 parent d07a8bc commit feb7f03
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
@@ -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} glow required, but {available} glow available.")]
#[error("address owns insufficient funds. {required} micros required, but {available} micros 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}")]

0 comments on commit feb7f03

Please sign in to comment.