bing-chou

Results 5 comments of bing-chou

As far as I'm concerned, "toAddress" is enough if considering UTXO model.

You may have started geth without txpool. Check the arguments of geth. [https://github.com/ethereum/wiki/issues/497](https://github.com/ethereum/wiki/issues/497)

You are almost there. I've fixed the npe problem when no block is presented. Pull again should make it right. It is recommended to build a private chain for test...

It is a bug. Pls check the commit below to see if the bug has been fixed. Thank you😊. [https://github.com/bing-chou/etherscan-explorer/commit/3ad655bdd809e2c908cf35aaefd5360313f2eb2f](https://github.com/bing-chou/etherscan-explorer/commit/3ad655bdd809e2c908cf35aaefd5360313f2eb2f)

Pull the master again. It should be fixed. I've push a new commit [https://github.com/bing-chou/etherscan-explorer/commit/31a82aa374d13f57e67d6da9fdbe830b6738117f](https://github.com/bing-chou/etherscan-explorer/commit/31a82aa374d13f57e67d6da9fdbe830b6738117f). Please delete all contents in mysql tables and sync again. ```sql delete from block; delete from...