We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a712a31 commit 2373e34Copy full SHA for 2373e34
internal/bridge/withdrawal/withdrawal.go
@@ -50,9 +50,9 @@ func NewConsensusMechanism[T DepositSigningData](
50
var pendingWithdrawalStatus = types.WithdrawalStatus_WITHDRAWAL_STATUS_PENDING
51
return &ConsensusMechanism[T]{
52
depositSelector: db.DepositsSelector{
53
- ChainId: &chainId,
54
- Status: &pendingWithdrawalStatus,
55
- One: true,
+ WithdrawalChainId: &chainId,
+ Status: &pendingWithdrawalStatus,
+ One: true,
56
},
57
depositsQ: depositsQ,
58
constructor: constructor,
0 commit comments