mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
fix: grammar
This commit is contained in:
parent
e843065278
commit
939e10248b
1 changed files with 3 additions and 2 deletions
|
@ -115,8 +115,9 @@ class CachedElectrumX {
|
|||
key: groupId,
|
||||
value: set);
|
||||
Logging.instance.log(
|
||||
"Updated currently anonymity set for ${coin.name} with group ID $groupId",
|
||||
level: LogLevel.Info);
|
||||
"Updated current anonymity set for ${coin.name} with group ID $groupId",
|
||||
level: LogLevel.Info,
|
||||
);
|
||||
}
|
||||
|
||||
return set;
|
||||
|
|
Loading…
Reference in a new issue