fix zkChannelParams in Go struct

This commit is contained in:
J. Ayo Akinyele 2019-10-17 19:15:47 -04:00
parent 4246cee4e6
commit 6e14d3b3d9
1 changed files with 1 additions and 1 deletions

View File

@ -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) {