Skip to content

Commit 5f7c6ff

Browse files
committed
update send transaction param
1 parent 46a3419 commit 5f7c6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transaction.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ func requestUnspentOutputsForRecipients(ctx context.Context, assetId string, rec
459459
}
460460

461461
membersHash := HashMembers([]string{u.UserId})
462-
unspentOutputs, err := ListUnspentOutputs(ctx, membersHash, 1, assetId, u)
462+
unspentOutputs, err := ListOutputs(ctx, membersHash, 1, assetId, "unspent", 0, 250, u)
463463
if err != nil {
464464
return nil, common.Zero, err
465465
}

0 commit comments

Comments
 (0)