Skip to content

Commit

Permalink
bump version to v0.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricfung committed Sep 14, 2022
1 parent e34e2fe commit 68f733a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

const (
Debug = true
BuildVersion = "v0.13.14-BUILD_VERSION"
BuildVersion = "v0.13.15-BUILD_VERSION"

MainnetId = "6430225c42bb015b4da03102fa962e4f4ef3969e03e04345db229f8377ef7997"
SnapshotRoundGap = uint64(3 * time.Second)
Expand Down
1 change: 1 addition & 0 deletions rpc/consensus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func TestConsensus(t *testing.T) {
if inputs > 0 {
INPUTS = int(inputs)
}
t.Logf("TEST WITH %d INPUTS", INPUTS)

root, err := os.MkdirTemp("", "mixin-consensus-test")
assert.Nil(err)
Expand Down

0 comments on commit 68f733a

Please sign in to comment.