Skip to content

Commit d360533

Browse files
committed
Fix bootstrap scripts
1 parent 764a76a commit d360533

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rolling-shutter/keyperimpl/optimism/bootstrap/bootstrap.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ func BootstrapValidators(config *Config) error {
3434
}
3535

3636
ms := fx.NewRPCMessageSender(shmcl, config.SigningKey.Key)
37+
ms.AllowedToSend.Store(true)
3738
batchConfigMsg := shmsg.NewBatchConfig(
3839
ks.ActivationBlock,
3940
ks.Members,

0 commit comments

Comments
 (0)