neo-project / neo-express

Neo Private Net optimized for development scenarios
MIT License
35 stars 37 forks source link

Endpoint 'getnep11balances' throwing error: "Value does not fall within the expected range. (Parameter 'obj')" #452

Closed lock9 closed 2 months ago

lock9 commented 2 months ago

Describe the bug The 'getnep11balances' endpoint throws an exception when I try to use it. This doesn't happen on mainnet or testnet nodes.

To Reproduce Steps to reproduce the behavior:

  1. Send a request to the 'getnep11balances' endpoint, passing an address as a parameter
  2. Check the response 'error' field. It should be: "Value does not fall within the expected range. (Parameter 'obj')"

Expected behavior It should return the user balance and not an error (even if it's empty).

please complete the following information

cschuchardt88 commented 2 months ago

This maybe fixed doto a bug in core with persist method. image