Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/siliev/l2-funding-deployment-scr…
Browse files Browse the repository at this point in the history
…ipts' into matt/sepolia-testnet
  • Loading branch information
BedrockSquirrel committed Sep 22, 2023
2 parents d125356 + 64166cb commit 0d0c3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/enclave/storage/init/edgelessdb/001_init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ create table if not exists obsdb.l1_msg
(
id INTEGER AUTO_INCREMENT,
message varbinary(1024) NOT NULL,
block binary(32) NOT NULL,
block binary(16) NOT NULL,
is_transfer boolean NOT NULL,
INDEX (block),
primary key (id)
Expand Down

0 comments on commit 0d0c3b5

Please sign in to comment.