rocklabs-io / ic-py

Python Agent Library for the DFINITY Internet Computer
MIT License
125 stars 25 forks source link

The neuron_id in the neuron_infos structure in the data returned by nns list_neurons is inconsistent with the neuron_id in the full_neurons structure, see screenshot #107

Open hewm opened 1 year ago

hewm commented 1 year ago

quill image ic-py image neuron_infos: 16640296917760930000 full_neurons: 16640296917760929309

According to the quill command line, the actual return should be 16640296917760929309

Is it a precision issue?