Closed bretttjohnson1 closed 6 years ago
Forgetful Storage should probably be the base class that is extended as it kademlia is dependent on the functions in it. example: https://github.com/bmuller/kademlia/blob/master/kademlia/network.py#L98
That method exists in the interface: https://github.com/bmuller/kademlia/blob/master/kademlia/storage.py#L30
oops, my bad. Didn't see it for some reason.
Forgetful Storage should probably be the base class that is extended as it kademlia is dependent on the functions in it. example: https://github.com/bmuller/kademlia/blob/master/kademlia/network.py#L98