mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
removed fmt prints
This commit is contained in:
parent
42301b32cc
commit
048883c09a
1 changed files with 1 additions and 11 deletions
|
|
@ -16,13 +16,3 @@ CREATE TABLE IF NOT EXISTS txs (
|
||||||
data bytea,
|
data bytea,
|
||||||
block text references blocks(hash)
|
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