question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

accounts:remove results in noteToNullifier error

See original GitHub issue

What 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:closed
  • Created a year ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
wd021commented, Jul 11, 2022

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.

0reactions
wd021commented, Aug 4, 2022

@lwisne yea, will close this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found