Skip to content

Commit

Permalink
update send transaction param
Browse files Browse the repository at this point in the history
  • Loading branch information
crossle committed Sep 2, 2024
1 parent 46a3419 commit 5f7c6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ func requestUnspentOutputsForRecipients(ctx context.Context, assetId string, rec
}

membersHash := HashMembers([]string{u.UserId})
unspentOutputs, err := ListUnspentOutputs(ctx, membersHash, 1, assetId, u)
unspentOutputs, err := ListOutputs(ctx, membersHash, 1, assetId, "unspent", 0, 250, u)
if err != nil {
return nil, common.Zero, err
}
Expand Down

0 comments on commit 5f7c6ff

Please sign in to comment.