Skip to content

Commit

Permalink
chore: better account description
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Feb 8, 2023
1 parent ae8b1f7 commit a2e10af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ impl Ledger {
.code(STABLESATS_LIABILITY)
.id(STABLESATS_LIABILITY_ID)
.name(STABLESATS_LIABILITY)
.description("Account for incoming stablesats liability".to_string())
.description("Account for stablesats liability".to_string())
.build()
.expect("Couldn't create stablesats liability account");
match ledger.accounts().create(new_account).await {
Expand Down

0 comments on commit a2e10af

Please sign in to comment.