This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fcecin@black:~/app/halley/bdk-cpp/build/src/bins/bdkd-tests/testdump/CometBootTest$ cat options.json | |
{ | |
"rootPath": "testdump/CometBootTest", | |
"web3clientVersion": "BDK/cpp/linux_x86-64/0.2.0", | |
"version": 1, | |
"chainID": 8080, | |
"chainOwner": "0x00dead00665771855a34155f5e7405489df2c3c6", | |
"httpPort": 9999, | |
"eventBlockCap": 2000, | |
"eventLogCap": 10000, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* types/tx.go: | |
** No import(...) no topo do arquivo, adicionar: | |
"github.com/ethereum/go-ethereum/crypto" | |
** E logo abaixo: | |
// Hash computes the TMHASH hash of the wire encoded transaction. | |
// |