Skip to content
Snippets Groups Projects
Commit 58497924 authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

fixed a lack of init of the callback map on load in edge.go

parent f6231bc8
Branches
Tags
2 merge requests!67Release,!55fully implemented trial hashing of identity fingerprints. Needs tests.
......@@ -185,6 +185,7 @@ func LoadStore(kv *versioned.KV) (*Store, error) {
s := &Store{
kv: kv,
edge: make(map[id.ID]Preimages),
callbacks: make(map[id.ID][]ListUpdateCallBack),
}
// Load the preimage lists for all identities
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment