diff --git a/consensus/tendermint/config.go b/consensus/tendermint/config.go
index a95a771105c1751d9547972a18ccfb32e0bbc13d..fe0a1d50bdf5d55d9baf0db80850916562c7a5fa 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 ed7b50e1863c07b724ecff09a5dc23bb1247f59e..670d35694e1a06336b628bd7aaeb7bb3fb05f5b5 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