From 944aa7c8d7fc02f41d9dcde475c20125ca77c22d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ste=CC=81phane=20Depierrepont?= Date: Tue, 20 May 2014 08:21:23 +0200 Subject: [PATCH] typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Depierrepont --- bitcoind_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoind_test.go b/bitcoind_test.go index ab2410c..d30d67a 100644 --- a/bitcoind_test.go +++ b/bitcoind_test.go @@ -949,7 +949,7 @@ var _ = Describe("Bitcoind", func() { }) It("should return", func() { Expect(rinfo).Should(Equal(MiningInfo{ - Block: 0, + Blocks: 301676, CurrentBlocksize: 717621, CurrentBlockTx: 1043, Difficulty: 8.8534163091278e+09,