sharding: fix comment

Former-commit-id: 58eb9982deb7122f6f1890f2e25aeb8259cb8d76 [formerly d28feb35046373f36c3be3543156e1b12c7c595f]
Former-commit-id: 842b7609b844df8e282cce43f13a1c94515933af
This commit is contained in:
Raul Jordan 2018-05-25 21:19:04 -06:00
parent 84c8c58c3d
commit 54cf3c9a4f

View File

@ -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
}