fix: grammar

This commit is contained in:
julian 2023-05-16 11:04:45 -06:00
parent e843065278
commit 939e10248b

View file

@ -115,8 +115,9 @@ class CachedElectrumX {
key: groupId, key: groupId,
value: set); value: set);
Logging.instance.log( Logging.instance.log(
"Updated currently anonymity set for ${coin.name} with group ID $groupId", "Updated current anonymity set for ${coin.name} with group ID $groupId",
level: LogLevel.Info); level: LogLevel.Info,
);
} }
return set; return set;