From 68f733a63b92df04fd9288d84dd9e15b8f2f23b6 Mon Sep 17 00:00:00 2001 From: Cedric Fung Date: Wed, 14 Sep 2022 09:55:34 +0000 Subject: [PATCH] bump version to v0.13.15 --- config/config.go | 2 +- rpc/consensus_test.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 684734330..0f116bf4b 100644 --- a/config/config.go +++ b/config/config.go @@ -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) diff --git a/rpc/consensus_test.go b/rpc/consensus_test.go index 5e66334e9..5d4f4abfa 100644 --- a/rpc/consensus_test.go +++ b/rpc/consensus_test.go @@ -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)