accounts:remove results in noteToNullifier error
See original GitHub issueWhat happened?
when trying to remove one of my accounts, ran into All decryptable notes should be in the noteToNullifier map
error.
Version
0.1.37
Debug output
No response
Relevant log output
Dannys-MBP-2:ironfish-cli dannywitters$ yarn start accounts:list
yarn run v1.22.10
$ yarn build && yarn start:js accounts:list
$ tsc -b
$ cross-env OCLIF_TS_NODE=0 IRONFISH_DEBUG=1 node bin/run accounts:list
i-03e29e5012bdde30f
i-0d93dc46ecbefcd97
✨ Done in 7.06s.
Dannys-MBP-2:ironfish-cli dannywitters$ yarn start accounts:remove i-0d93dc46ecbefcd97
yarn run v1.22.10
$ yarn build && yarn start:js accounts:remove i-0d93dc46ecbefcd97
$ tsc -b
$ cross-env OCLIF_TS_NODE=0 IRONFISH_DEBUG=1 node bin/run accounts:remove i-0d93dc46ecbefcd97
All decryptable notes should be in the noteToNullifier map
✨ Done in 3.81s.
Dannys-MBP-2:ironfish-cli dannywitters$ yarn start accounts:list
yarn run v1.22.10
$ yarn build && yarn start:js accounts:list
$ tsc -b
$ cross-env OCLIF_TS_NODE=0 IRONFISH_DEBUG=1 node bin/run accounts:list
i-03e29e5012bdde30f
i-0d93dc46ecbefcd97
✨ Done in 2.21s.
Dannys-MBP-2:ironfish-cli dannywitters$
Graffiti
wd021
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
if my memory serves me correctly, it was the same with and without the node running and so i just used the confirm flag to bypass the
getBalance
call.@lwisne yea, will close this.