Skip to content

Commit

Permalink
refactor: increase limit of GetUnspents RPC request
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcrazycoder committed Aug 9, 2023
1 parent cb4f0cc commit c07a6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class OrditApi {
},
pagination: {
page: 1,
limit: 25
limit: 50
}
},
rpc.id
Expand Down

0 comments on commit c07a6c4

Please sign in to comment.