Environment
I just know that is an Axon internal explorer.
I don't have other information.
Steps to reproduce
⚠️ All transfers below are through the send method in a contract.
-
Transfer 1 ETH to any address which balance is 0.
Then the balance becomes to be 1.
-
Then transfer 1 ETH to that address again.
But the balance is still 1.
But I call the RPC from that server, the balance is 2.
-
I repeat the above steps 4 times, the balance is still 1.
But I call the RPC from that server, the balance is correct.
-
After 2 hours, the balance is still 1.
-
At last, I transfer a big decimal number with decimal part 1533.471495196523525479.
The balance became to the correct value 1539.471495196523525479., immediately.
Since I'm not the admin of that server which serve the internal explorer, I couldn't debug it or get more information for that.
Expected behavior
The balance should be correct after the transaction committed.
Actual behavior
An odd behavior.
Environment
I just know that is an Axon internal explorer.
I don't have other information.
Steps to reproduce
sendmethod in a contract.Transfer
1ETH to any address which balance is0.Then the balance becomes to be
1.Then transfer
1ETH to that address again.But the balance is still
1.But I call the RPC from that server, the balance is
2.I repeat the above steps 4 times, the balance is still
1.But I call the RPC from that server, the balance is correct.
After 2 hours, the balance is still
1.At last, I transfer a big decimal number with decimal part
1533.471495196523525479.The balance became to the correct value
1539.471495196523525479., immediately.Since I'm not the admin of that server which serve the internal explorer, I couldn't debug it or get more information for that.
Expected behavior
The balance should be correct after the transaction committed.
Actual behavior
An odd behavior.