From c3760eec4ce352ff11298e370c0eea401f8018d8 Mon Sep 17 00:00:00 2001 From: Esteban Date: Tue, 27 Jun 2023 21:19:51 -0400 Subject: [PATCH] Update nano.js --- nano.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nano.js b/nano.js index e26668f..65dc70c 100644 --- a/nano.js +++ b/nano.js @@ -44,8 +44,8 @@ if (typeof process === 'object') { } -// NanoOffline -// https://github.com/fwd/nano-offline +// @Nano/Wallet +// https://github.com/fwd/nano-js let nano = { aes256: '', @@ -124,6 +124,7 @@ let nano = { }, + // this needs rewrite, wrongly done. add_account(password) { var existing = this.wallet() @@ -586,7 +587,6 @@ let nano = { } -// For the kiddies. nano.balance = nano.balances // woah