Skip to content

Commit a8afd16

Browse files
committed
fix stream abandon
1 parent 88aad28 commit a8afd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/jsonrpc/daemon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ func (d *Client) StreamCreate(name, filePath string, bid float64, options Stream
335335

336336
func (d *Client) StreamAbandon(txID string, nOut uint64, accountID *string, blocking bool) (*ClaimAbandonResponse, error) {
337337
response := new(ClaimAbandonResponse)
338-
err := d.call(response, "claim_abandon", map[string]interface{}{
338+
err := d.call(response, "stream_abandon", map[string]interface{}{
339339
"txid": txID,
340340
"nout": nOut,
341341
"account_id": accountID,

0 commit comments

Comments
 (0)