mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
bb32e8b97c
commit
f50aa24b4b
|
@ -404,6 +404,9 @@ refChanUpdateProto self pc adapter msg = do
|
|||
|
||||
(peerKey, ptran) <- MaybeT $ pure $ unboxSignedBox0 @(ProposeTran e) @e proposed
|
||||
|
||||
|
||||
debug $ "ACCEPT FROM:" <+> pretty (AsBase58 peerKey)
|
||||
|
||||
-- compiler bug?
|
||||
let (ProposeTran _ pbox) = ptran
|
||||
|
||||
|
|
Loading…
Reference in New Issue