Skip to content

Commit

Permalink
add minConfirmation field in db
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhen1997 committed Aug 12, 2024
1 parent ae734e9 commit f025054
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/chains/evm/txmgr/evm_tx_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ func (db *DbEthTx) FromTx(tx *Tx) {
db.Meta = tx.Meta
db.Subject = tx.Subject
db.PipelineTaskRunID = tx.PipelineTaskRunID
db.MinConfirmations = tx.MinConfirmations
db.TransmitChecker = tx.TransmitChecker
db.InitialBroadcastAt = tx.InitialBroadcastAt
db.SignalCallback = tx.SignalCallback
Expand Down

0 comments on commit f025054

Please sign in to comment.