mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-22 07:54:17 +00:00
Merkle proofs!
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ func TestVarint(t *testing.T) {
|
||||
|
||||
// Near zero
|
||||
check(-1, "F101")
|
||||
check(0, "0100")
|
||||
check(0, "00")
|
||||
check(1, "0101")
|
||||
// Positives
|
||||
check(1<<32-1, "04FFFFFFFF")
|
||||
|
||||
Reference in New Issue
Block a user