mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
API state endpoint test
This commit is contained in:
@@ -469,6 +469,7 @@ func TestSetInitialSCVars(t *testing.T) {
|
||||
big.NewInt(10),
|
||||
12,
|
||||
13,
|
||||
[5]common.Bucket{},
|
||||
}
|
||||
//nolint:govet
|
||||
auction := &common.AuctionVariables{
|
||||
|
||||
@@ -520,7 +520,8 @@ CREATE TABLE rollup_vars (
|
||||
eth_block_num BIGINT PRIMARY KEY REFERENCES block (eth_block_num) ON DELETE CASCADE,
|
||||
fee_add_token BYTEA NOT NULL,
|
||||
forge_l1_timeout BYTEA NOT NULL,
|
||||
withdrawal_delay BIGINT NOT NULL
|
||||
withdrawal_delay BIGINT NOT NULL,
|
||||
buckets BYTEA
|
||||
);
|
||||
|
||||
CREATE TABLE auction_vars (
|
||||
|
||||
Reference in New Issue
Block a user