forked from cerc-io/ipld-eth-server
Revert "Add status field for pre-byzantium blocks."
This reverts commit 04a0f9a751.
This commit is contained in:
@@ -10,7 +10,6 @@ CREATE TABLE eth.transaction_cids (
|
||||
src VARCHAR(66) NOT NULL,
|
||||
tx_data BYTEA,
|
||||
tx_type BYTEA,
|
||||
gas INTEGER NOT NULL,
|
||||
UNIQUE (header_id, tx_hash)
|
||||
);
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@ CREATE TABLE eth.receipt_cids (
|
||||
post_state VARCHAR(66),
|
||||
post_status INTEGER,
|
||||
log_root VARCHAR(66),
|
||||
gas_used INTEGER NOT NULL,
|
||||
UNIQUE (tx_id)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user