Skip to content

Commit c87ec7e

Browse files
buddh0NathanBSC
andauthored
update genesis (#72)
Co-authored-by: NathanBSC <Nathan.l@nodereal.io>
1 parent 52b0349 commit c87ec7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ IdleTimeout = 120000000000
6767
[Node.LogConfig]
6868
FilePath = "bsc.log"
6969
MaxBytesSize = 10485760
70-
Level = "info"
70+
Level = "debug"
7171
FileRoot = ""

genesis

Submodule genesis updated 72 files

start_cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function prepare_config() {
8686
cd ${workspace}/genesis/
8787
git checkout HEAD contracts
8888
if ${needRegister};then
89-
sed -i -e '/registeredContractChannelMap\[VALIDATOR_CONTRACT_ADDR\]\[STAKING_CHANNELID\]/d' ${workspace}/genesis/contracts/CrossChain.sol
89+
sed -i -e '/registeredContractChannelMap\[VALIDATOR_CONTRACT_ADDR\]\[STAKING_CHANNELID\]/d' ${workspace}/genesis/contracts/deprecated/CrossChain.sol
9090
sed -i -e 's/public onlyCoinbase onlyZeroGasPrice {/public onlyCoinbase onlyZeroGasPrice {if (block.number < 30) return;/' ${workspace}/genesis/contracts/BSCValidatorSet.sol
9191
fi
9292
poetry run python -m scripts.generate generate-validators

0 commit comments

Comments
 (0)