Skip to content

Commit

Permalink
fix: relayer
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisht13 committed May 22, 2024
1 parent b8ba722 commit 0e411a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/relayer/src/database.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ impl Database {
"CREATE TABLE IF NOT EXISTS safe_txs (
tx_hash TEXT NOT NULL,
wallet_addr TEXT NOT NULL,
PRIMARY KEY (tx_hash, wallet_addr),
UNIQUE (tx_hash, wallet_addr)
PRIMARY KEY (tx_hash, wallet_addr)
);",
)
.execute(&self.db)
Expand Down

0 comments on commit 0e411a2

Please sign in to comment.