Skip to content

Commit

Permalink
Improved message in WalletDriver.silentMessage().
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Le Ponner <[email protected]>
  • Loading branch information
ericleponner committed Jan 10, 2024
1 parent 7f71d0f commit 5e821c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/wallet/WalletDriver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export abstract class WalletDriver {
}

public silentMessage(): string {
return this.name + " wallet is silent";
return this.name + " is silent";
}

//
Expand Down

0 comments on commit 5e821c7

Please sign in to comment.