Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
fix zkChannelParams in Go struct
Browse files Browse the repository at this point in the history
  • Loading branch information
jakinyele committed Oct 17, 2019
1 parent 4246cee commit 6e14d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/libbolt.go
Expand Up @@ -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) {
Expand Down

0 comments on commit 6e14d3b

Please sign in to comment.