mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-13 04:48:18 +00:00
Add a non-implementation of encode_proposal to satisfy interface.
This commit is contained in:
@ -57,6 +57,10 @@ class CRSEncoder(object):
|
|||||||
|
|
||||||
return defer.succeed((shares, desired_share_ids))
|
return defer.succeed((shares, desired_share_ids))
|
||||||
|
|
||||||
|
def encode_proposal(self, data, desired_share_ids=None):
|
||||||
|
raise NotImplementedError()
|
||||||
|
|
||||||
|
|
||||||
@implementer(ICodecDecoder)
|
@implementer(ICodecDecoder)
|
||||||
class CRSDecoder(object):
|
class CRSDecoder(object):
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user