[My own devnet chain] Transaction doesn't seem to be successfully settled.
Hi,
I'm doing a little experiment by setting up a private local ergo devnet chain, where I run 2 nodes. I managed to connect each node, made one of these nodes as miner, successfully mined some ERGs. From node 1 ergo panel (localhost:9052/panel), I tried to send a transaction (it was done via
I'm doing a little experiment by setting up a private local ergo devnet chain, where I run 2 nodes. I managed to connect each node, made one of these nodes as miner, successfully mined some ERGs. From node 1 ergo panel (localhost:9052/panel), I tried to send a transaction (it was done via
/wallet/transaction/send API when I check the network tab in developer console in chrome).
I got a status-200-response with the transaction Id. But the balance didn't change.
I double-checked that the target address has no typo.
Anyone tell me what I did wrong?
Here's request payload for the API(/wallet/transaction/send).
Thank you in advance.
1 Reply
When I set the fee to a higher value, the balance changed. But it went back to previous value instantly. I don't know what's going on..