Skip to content

Commit

Permalink
fix send tx and disable DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
miiu96 committed Jul 26, 2024
1 parent cc9ac73 commit 9d990fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions cmd/chainsimulator/config/nodeOverrideDefault.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
OverridableConfigTomlValues = [
{ File = "enableEpochs.toml", Path = "EnableEpochs.StakeLimitsEnableEpoch", Value = "1000000" }, # disable stake limits
{ File = "systemSmartContractsConfig.toml", Path = "ESDTSystemSCConfig.BaseIssuingCost", Value = "50000000000000000" }, # (0.05 EGLD)
{ File = "config.toml", Path = "Debug.Process.Enabled", Value = "false" }
]
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/gin-gonic/gin v1.9.1
github.com/multiversx/mx-chain-core-go v1.2.20
github.com/multiversx/mx-chain-go v1.7.14-0.20240717082718-3e057772a751
github.com/multiversx/mx-chain-go v1.7.14-0.20240726085427-b1b0145410e8
github.com/multiversx/mx-chain-logger-go v1.0.14
github.com/multiversx/mx-chain-proxy-go v1.1.48
github.com/pelletier/go-toml v1.9.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,8 @@ github.com/multiversx/mx-chain-crypto-go v1.2.11 h1:MNPJoiTJA5/tedYrI0N22OorbsKD
github.com/multiversx/mx-chain-crypto-go v1.2.11/go.mod h1:pcZutPdfLiAFytzCU3LxU3s8cXkvpNqquyitFSfoF3o=
github.com/multiversx/mx-chain-es-indexer-go v1.4.21 h1:rzxXCkgOsqj67GRYtqzKuf9XgHwnZLTZhU90Ck3VbrE=
github.com/multiversx/mx-chain-es-indexer-go v1.4.21/go.mod h1:V9xxOBkfV7GjN4K5SODaOetoGVpQm4snibMVPCjL0Kk=
github.com/multiversx/mx-chain-go v1.7.14-0.20240717082718-3e057772a751 h1:MV1TfD1x/vSkSQzCOLc2egTb21MfHFcBCaIOQiXckcY=
github.com/multiversx/mx-chain-go v1.7.14-0.20240717082718-3e057772a751/go.mod h1:HwklJGQfMpv/yyF4oLpxjwdKCawspv1JjdgezlWBpRQ=
github.com/multiversx/mx-chain-go v1.7.14-0.20240726085427-b1b0145410e8 h1:se5WQf3vV7y8Ph8mt58O1IuUBXLdTOHA+hftrZsz3Ng=
github.com/multiversx/mx-chain-go v1.7.14-0.20240726085427-b1b0145410e8/go.mod h1:HwklJGQfMpv/yyF4oLpxjwdKCawspv1JjdgezlWBpRQ=
github.com/multiversx/mx-chain-logger-go v1.0.14 h1:PRMpAvXE7Nec2d//QNmbYfKVHMomOKmcN4UXurQWX9o=
github.com/multiversx/mx-chain-logger-go v1.0.14/go.mod h1:bDfHSdwqIimn7Gp8w+SH5KlDuGzJ//nlyEANAaTSc3o=
github.com/multiversx/mx-chain-proxy-go v1.1.48 h1:gmunv+2oimIN8ejlVAN7eWP7mt38So1WvsyiR3+94SU=
Expand Down

0 comments on commit 9d990fd

Please sign in to comment.