fix: code review
This commit is contained in:
parent
c405029e37
commit
a0c4839d48
|
@ -269,7 +269,6 @@ proc saveAccount*(account: GeneratedAccount, password: string, color: string, ac
|
|||
address = account.address
|
||||
publicKey = account.publicKey
|
||||
|
||||
echo "SAVING ACCOUNT"
|
||||
echo callPrivateRPC("accounts_saveAccounts", %* [
|
||||
[{
|
||||
"color": color,
|
||||
|
|
Loading…
Reference in New Issue