OSDN Git Service

update master (#487)
[bytom/bytom-spv.git] / protocol / bc / tx_status_test.go
index 7b7ca85..2aab128 100644 (file)
@@ -89,7 +89,7 @@ func TestSetBits(t *testing.T) {
                                t.Error(err)
                        }
                        if result != v {
-                               t.Errorf("bad result, %d want %s get %s", i, v, result)
+                               t.Errorf("bad result, %d want %t get %t", i, v, result)
                        }
                }
                if len(ts.Bitmap) != (len(c.result)+7)/bitsPerByte {