forked from cerc-io/ipld-eth-server
Add Block Miner
This commit is contained in:
+2
-1
@@ -51,7 +51,8 @@ CREATE TABLE blocks (
|
||||
block_size bigint,
|
||||
uncle_hash character varying(66),
|
||||
node_id integer NOT NULL,
|
||||
is_final boolean
|
||||
is_final boolean,
|
||||
block_miner character varying(42)
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user