lightning: fix pubkey from signdesc in SignOutputRaw
This commit is contained in:
parent
bba986c608
commit
2ade42f356
@ -454,7 +454,7 @@ def SignOutputRaw(json):
|
||||
req = rpc_pb2.SignOutputRawRequest()
|
||||
json_format.Parse(json, req)
|
||||
|
||||
assert len(req.signDesc.pubKey) in [33, 0]
|
||||
#assert len(req.signDesc.pubKey) in [33, 0]
|
||||
assert len(req.signDesc.doubleTweak) in [32, 0]
|
||||
assert len(req.signDesc.sigHashes.hashPrevOuts) == 64
|
||||
assert len(req.signDesc.sigHashes.hashSequence) == 64
|
||||
|
||||
Loading…
Reference in New Issue
Block a user