mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
removed fmt prints
This commit is contained in:
parent
42301b32cc
commit
048883c09a
1 changed files with 1 additions and 11 deletions
|
|
@ -15,14 +15,4 @@ CREATE TABLE IF NOT EXISTS txs (
|
|||
nonce numeric,
|
||||
data bytea,
|
||||
block text references blocks(hash)
|
||||
);
|
||||
|
||||
TxHash: tx.Hash(),
|
||||
From: tx.From(),
|
||||
To: tx.To(),
|
||||
BlockHash: blockHash.Hex(),
|
||||
Amount: tx.Value(),
|
||||
GasPrice: tx.GasPrice(),
|
||||
Gas: tx.Gas(),
|
||||
Nonce: tx.Nonce(),
|
||||
Data: tx.Data(),
|
||||
);
|
||||
Loading…
Reference in a new issue