diff --git a/go/libbolt.go b/go/libbolt.go index 8912d2e..f7d2125 100644 --- a/go/libbolt.go +++ b/go/libbolt.go @@ -226,9 +226,9 @@ type CustClose struct { } type ZkChannelParams struct { - ChannelToken ChannelToken `json:"chantoken"` Commitment Commitment `json:"commitment"` CommitmentProof CommitmentProof `json:"commproof"` + CustPkC string `json:"custstatepkc"` } func BidirectionalChannelSetup(name string, channelSupport bool) (ChannelState, error) {