Skip to content

Commit

Permalink
Refactor Subaccount module to fix incorrect account names
Browse files Browse the repository at this point in the history
  • Loading branch information
b3hr4d committed Sep 30, 2024
1 parent 6dc7859 commit 964fc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subaccount.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ impl Subaccount {
/// use b3_utils::{Environment, Subaccount};
///
/// let subaccount = Subaccount::new(Environment::Production, 0);
/// assert_eq!(subaccount.nonce_id(), "");
/// assert_eq!(subaccount.nonce_id(), "0");
///
/// let subaccount = Subaccount::new(Environment::Development, 123456789);
/// assert_eq!(subaccount.nonce_id(), "123456789");
Expand Down

0 comments on commit 964fc0a

Please sign in to comment.