Skip to content

Commit 3a46bd4

Browse files
fixes after review
1 parent 5030edd commit 3a46bd4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cmd/chainsimulator/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ func startChainSimulator(ctx *cli.Context) error {
140140
}
141141

142142
bypassTxsSignature := ctx.GlobalBool(bypassTransactionsSignature.Name)
143-
log.Warn("signature", "bypass", bypassTxsSignature)
143+
log.Debug("signature", "bypass", bypassTxsSignature)
144144
bypassBlocksSignature := ctx.GlobalBool(bypassBlocksSignature.Name)
145-
log.Warn("blocks", "bypass", bypassBlocksSignature)
145+
log.Debug("blocks", "bypass", bypassBlocksSignature)
146146
roundDurationInMillis := uint64(cfg.Config.Simulator.RoundDurationInMs)
147147
supernovaRoundDurationInMillis := uint64(cfg.Config.Simulator.SupernovaRoundDurationInMs)
148148
rounds := core.OptionalUint64{

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
77
github.com/gin-gonic/gin v1.10.0
88
github.com/multiversx/mx-chain-core-go v1.4.2-0.20251022090220-a99e14e45706
9-
github.com/multiversx/mx-chain-go v1.11.2-0.20251216071517-7cafe0a2a8bf
9+
github.com/multiversx/mx-chain-go v1.11.2-0.20251216115449-db8b601e9a5a
1010
github.com/multiversx/mx-chain-logger-go v1.1.0
1111
github.com/multiversx/mx-chain-proxy-go v1.3.1
1212
github.com/pelletier/go-toml v1.9.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,8 @@ github.com/multiversx/mx-chain-crypto-go v1.3.0 h1:0eK2bkDOMi8VbSPrB1/vGJSYT81IB
416416
github.com/multiversx/mx-chain-crypto-go v1.3.0/go.mod h1:nPIkxxzyTP8IquWKds+22Q2OJ9W7LtusC7cAosz7ojM=
417417
github.com/multiversx/mx-chain-es-indexer-go v1.9.3-0.20251021150757-bd6aa66a0a90 h1:Hf6AqpCSHccBo5ZV5Bfaxz3UdPYhtYCynU+3CF4jAa8=
418418
github.com/multiversx/mx-chain-es-indexer-go v1.9.3-0.20251021150757-bd6aa66a0a90/go.mod h1:t1rkD2vHXSI4EClig0h7+kRCSUCRrMF+emr4DHxFtfA=
419-
github.com/multiversx/mx-chain-go v1.11.2-0.20251216071517-7cafe0a2a8bf h1:5M6K4UOEy8exs4plUhxfQOa2SVtTD5IU/1D9zWWwSBY=
420-
github.com/multiversx/mx-chain-go v1.11.2-0.20251216071517-7cafe0a2a8bf/go.mod h1:G2LX81y+A75W5EqJod9p4fRAdnp22vpQrB+374pAveQ=
419+
github.com/multiversx/mx-chain-go v1.11.2-0.20251216115449-db8b601e9a5a h1:qQ13SNyzG5dBhgc9faA6HyFQX2l8v77r/GAtKyUaIjQ=
420+
github.com/multiversx/mx-chain-go v1.11.2-0.20251216115449-db8b601e9a5a/go.mod h1:G2LX81y+A75W5EqJod9p4fRAdnp22vpQrB+374pAveQ=
421421
github.com/multiversx/mx-chain-logger-go v1.1.0 h1:97x84A6L4RfCa6YOx1HpAFxZp1cf/WI0Qh112whgZNM=
422422
github.com/multiversx/mx-chain-logger-go v1.1.0/go.mod h1:K9XgiohLwOsNACETMNL0LItJMREuEvTH6NsoXWXWg7g=
423423
github.com/multiversx/mx-chain-proxy-go v1.3.1 h1:tjbTm3FpR0bjDvWAMK0zwRxRbbjGszSWltng7jv6CIg=

0 commit comments

Comments
 (0)