This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
getTransactionreceipt returns null for some transaction on ETC blockchain #5779
Labels
F1-security 🛡
The client fails to follow expected, security-sensitive, behaviour.
M4-core ⛓
Core client code / Rust.
Hi
I'm currently running ETC with Parity/v1.4.10-stable-4e6329a-20170118/x86_64-linux-gnu/rustc1.15.0
At block 3862300,
Calling eth_getTransactionReceipt to 0x0e914f05f01f3aa28c092bd1140094dffc32917a06352517ff0e96aa396ce901
returns null which should give some valid value.
gastracker also outputs error on viewing 3862300 block.
http://gastracker.io/block/3862300
( http://gastracker.io/block/3862301 works well. Seems like gastracker is using parity behind )
I can explore that block from etcchain block explorer.
https://etcchain.com/block/number/3862300
0x0e914f05f01f3aa28c092bd1140094dffc32917a06352517ff0e96aa396ce901
transaction has 0 amount transfer.
I think this caused some bug retrieving eth_getTransactionReceipt.
The text was updated successfully, but these errors were encountered: