BOXFoundation / boxd

Blockchain for BOX Payout
MIT License
40 stars 10 forks source link

viewTxDetail returns "EOF" #297

Closed wangjunbao2018 closed 5 years ago

wangjunbao2018 commented 5 years ago

After I deployed a contract, I tried to check the transaction, I got the error return.

code: -1
message: "EOF"

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce

1. 2. 3. 4.

Context (Environment)

Detailed Description

Possible Implementation

xhliu commented 5 years ago

Javascript API has the same error.

Jerick26 commented 5 years ago

This issue occurred because of this tx not brought on chain yet. If to wait more time before calling ViewTxDetail rpc api the wrong response maybe disappear.