forked from cerc-io/ipld-eth-server
remove LIMIT 100; method to check continuity of headers returned but doesn't require
the set to start at a specific block number; config for account_transformer; review fixes; update schema
This commit is contained in:
@@ -23,7 +23,7 @@ type TransactionModel struct {
|
||||
GasPrice int64 `db:"gas_price"`
|
||||
Hash string
|
||||
Nonce uint64
|
||||
Raw []byte
|
||||
Raw []byte `db:"raw"`
|
||||
Receipt
|
||||
To string `db:"tx_to"`
|
||||
TxIndex int64 `db:"tx_index"`
|
||||
|
||||
Reference in New Issue
Block a user