Skip to content

Commit

Permalink
set disable-delete-future-withdrawals false (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cha authored Dec 10, 2024
1 parent a6bf7bb commit f001399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion challenger/child/child.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func (ch *Child) Initialize(
bridgeInfo,
nil,
nil,
true,
false,
)
if err != nil {
return time.Time{}, err
Expand Down

0 comments on commit f001399

Please sign in to comment.