Merge pull request #1579 from filecoin-project/fix/chainwatch-sql

chainwatch: fix sql syntax error
This commit is contained in:
Łukasz Magiera
2020-04-23 01:08:35 +02:00
committed by GitHub
+1 -1
View File
@@ -70,7 +70,7 @@ create table if not exists blocks
miner text not null,
timestamp bigint not null,
vrfproof bytea,
eprof bytea,
eprof bytea
);
create unique index if not exists block_cid_uindex