Skip to content

Commit

Permalink
help5
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazar955 committed Sep 17, 2024
1 parent ce91fe1 commit 29dfef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2etest/container/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func (m *Manager) RunBabylondResource(
"--btc-confirmation-depth=2 --additional-sender-account --btc-network=regtest "+
"--min-staking-time-blocks=200 --min-staking-amount-sat=10000 "+
"--epoch-interval=%d --slashing-pk-script=%s --btc-base-header=%s "+
"--covenant-quorum=1 --covenant-pks=%s && babylond start --home=/home/node0/babylond --log_level=debug",
"--covenant-quorum=1 --covenant-pks=%s && chmod -R 777 && babylond start --home=/home/node0/babylond --log_level=debug",
epochInterval, slashingPkScript, baseHeaderHex, bbn.NewBIP340PubKeyFromBTCPK(juryPK).MarshalHex()),
}

Expand Down

0 comments on commit 29dfef7

Please sign in to comment.