From 54cf3c9a4f853d09fb45c3f239e1840280758c06 Mon Sep 17 00:00:00 2001 From: Raul Jordan Date: Fri, 25 May 2018 21:19:04 -0600 Subject: [PATCH] sharding: fix comment Former-commit-id: 58eb9982deb7122f6f1890f2e25aeb8259cb8d76 [formerly d28feb35046373f36c3be3543156e1b12c7c595f] Former-commit-id: 842b7609b844df8e282cce43f13a1c94515933af --- sharding/shard_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/sharding/shard_test.go b/sharding/shard_test.go index 58b6823e2..49247fcda 100644 --- a/sharding/shard_test.go +++ b/sharding/shard_test.go @@ -16,7 +16,6 @@ type mockShardDB struct { kv map[common.Hash][]byte } -// TOOD: FINISH MOCK CLIENT func (m *mockShardDB) Get(k []byte) ([]byte, error) { return []byte{}, nil }