mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-06 09:42:19 +00:00
sharding: fix comment
Former-commit-id: 58eb9982deb7122f6f1890f2e25aeb8259cb8d76 [formerly d28feb35046373f36c3be3543156e1b12c7c595f] Former-commit-id: 842b7609b844df8e282cce43f13a1c94515933af
This commit is contained in:
parent
84c8c58c3d
commit
54cf3c9a4f
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user