Skip to content

Commit e585003

Browse files
authored
Merge pull request #70 from lbryio/feature/stream_create_account_id
Add account ID to StreamCreateOptions
2 parents f3a1fbd + 0cfc8e2 commit e585003

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extras/jsonrpc/daemon.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ type StreamCreateOptions struct {
323323
ChannelName *string `json:"channel_name,omitempty"`
324324
ChannelID *string `json:"channel_id,omitempty"`
325325
ChannelAccountID *string `json:"channel_account_id,omitempty"`
326+
AccountID *string `json:"account_id,omitempty"`
326327
}
327328

328329
func (d *Client) StreamCreate(name, filePath string, bid float64, options StreamCreateOptions) (*TransactionSummary, error) {

0 commit comments

Comments
 (0)