Skip to content

Commit

Permalink
fix: changed http method of all_ticket_balances to get
Browse files Browse the repository at this point in the history
  • Loading branch information
hui-an-yang committed Jan 20, 2023
1 parent 80e4601 commit bdbed8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taquito-rpc/src/taquito-rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ export class RpcClient implements RpcClientInterface {
url: this.createURL(
`/chains/${this.chain}/blocks/${block}/context/contracts/${contract}/all_ticket_balances`
),
method: 'POST',
method: 'GET',
});
}
}

0 comments on commit bdbed8d

Please sign in to comment.