Skip to content

Commit

Permalink
fix wrong chain id issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCherepovskyi committed Dec 9, 2024
1 parent 02fa178 commit 7f5c805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func (db *Db) SaveBridgeTransaction(
`
_, err := db.SQL.Exec(
query,
tx.DepositToken,
tx.DepositChainId,
tx.DepositTxHash,
tx.DepositTxIndex,
tx.DepositBlock,
Expand Down

0 comments on commit 7f5c805

Please sign in to comment.