We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b48099 commit 108aa50Copy full SHA for 108aa50
lib/storage/keyring.dart
@@ -190,7 +190,7 @@ class KeyringPrivateStore {
190
}
191
192
193
- Future<void> updateAccount(Map acc, {bool isExternal: false}) async {
+ Future<void> updateAccount(Map acc, {bool isExternal = false}) async {
194
if (isExternal) {
195
updateContact(acc);
196
} else {
lib/storage/keyringEVM.dart
@@ -127,7 +127,7 @@ class KeyringEVMPrivateStore {
127
128
129
130
131
132
133
0 commit comments