Merge branch 'fund-ids'

This commit is contained in:
Niko Storni 2019-11-19 19:31:53 -05:00
commit 6782b19c3d
2 changed files with 11 additions and 10 deletions

View file

@ -257,6 +257,7 @@ type ClaimCreateOptions struct {
AccountID *string `json:"account_id,omitempty"`
ClaimAddress *string `json:"claim_address,omitempty"`
Preview *bool `json:"preview,omitempty"`
FundingAccountIDs []string `json:"funding_account_ids,omitempty"`
}
type ChannelCreateOptions struct {

2
go.mod
View file

@ -50,4 +50,4 @@ require (
gopkg.in/yaml.v2 v2.2.4 // indirect
)
go 1.12
go 1.13