From 0b0040650a76f36695995806d5e27f04c0209e34 Mon Sep 17 00:00:00 2001 From: Silas Davis <silas@monax.io> Date: Mon, 14 May 2018 20:36:54 +0100 Subject: [PATCH] Update bos dependency Signed-off-by: Silas Davis <silas@monax.io> --- consensus/tendermint/config.go | 2 +- scripts/deps/bos.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/consensus/tendermint/config.go b/consensus/tendermint/config.go index a95a7711..fe0a1d50 100644 --- a/consensus/tendermint/config.go +++ b/consensus/tendermint/config.go @@ -9,7 +9,7 @@ import ( // So this serves as a layer of indirection over Tendermint's real config that we derive from ours. type BurrowTendermintConfig struct { // Initial peers we connect to for peer exchange - Seeds string + Seeds string // Peers to which we automatically connect PersistentPeers string ListenAddress string diff --git a/scripts/deps/bos.sh b/scripts/deps/bos.sh index ed7b50e1..670d3569 100755 --- a/scripts/deps/bos.sh +++ b/scripts/deps/bos.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash # The git revision of Bosmarmot/bos we will build and install into ./bin/ for integration tests -echo "b830643520b03e27365b5b0eb0230b919917ed73" \ No newline at end of file +echo "29cf8c75cb5cbfe068468736eecd1c391f8b6c44" \ No newline at end of file -- GitLab