diff --git a/cmd/lotus-chainwatch/processor/messages.go b/cmd/lotus-chainwatch/processor/messages.go index 16d77546f..65ad153d8 100644 --- a/cmd/lotus-chainwatch/processor/messages.go +++ b/cmd/lotus-chainwatch/processor/messages.go @@ -74,7 +74,7 @@ create table if not exists receipts state text not null, idx int not null, exit int not null, - gas_used int not null, + gas_used bigint not null, return bytea, constraint receipts_pk primary key (msg, state)