-
Notifications
You must be signed in to change notification settings - Fork 188
Discrepancies with multiple addresses in a wallet #605
Comments
Upon further investigation, I found that this issue is actually what appears to be a glitch when running neo-privatenet. In the previous example, I saw a similar issue and asked @belane about it, and we could not resolve it. Below is the example case. First tx
Second tx
Third tx
When using the
You can see that address AZGLHgV4sBsAQLYioetrJpTeSFNLsGzJdR is completely missing the 2nd tx and its balance should be 125 'neo' and 12.5 'gas'.
So, now I am thinking this issue may be related to #578 . Any thoughts @ixje @localhuman ? |
is this still present in the latest dev branch? |
I will check. |
@ixje I just verified on the latest branch on privatenet that this behavior is still exhibited. I did exactly the same steps as previously mentioned here First tx:
Show
Second tx:
Show
Third tx:
Show
|
@jseagrave21 I can't seem to reproduce this on the I don't get the hidden account described here:
What I do know is; |
@ixje Okay, I will try to re-create it again. Only on the |
While trying to re-create this issue, I have found that I am unable to use the
|
@ixje on a fresh pull of the |
Thanks for checking all that and reporting on it 💪 |
Current behavior
Using
account
to display an address's balance hides other balances within the wallet and makes them inaccessible. Here is what I see:Expected behavior
Balances of every address within a wallet should be displayed and using
account
to display an account state of a certain address should not affect other addresses within the wallet.How to reproduce
create_addr
to create 2 (or more) addresses within the walletwallet
, check to see if you can see all balances of every address within the walletaccount
to display the balance of the address which has a hidden balancewallet
, check to see if you can see all balances of every address within the walletaccount
to display the balance of the wallet that is now hidden and the address cannot be foundYour environment
Let us know in what environment you're running into the issue:
The text was updated successfully, but these errors were encountered: