Skip to content

Commit

Permalink
Updating formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 2, 2024
1 parent 2df4ac3 commit 1631bb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/ckbtc/src/bitcoin.canister.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ export class BitcoinCanister extends Canister<BitcoinService> {
* @param {string} params.address A Bitcoin address.
* @returns {Promise<bitcoin_get_utxos_result>} The UTXOs are returned sorted by block height in descending order.
*/
getUtxosQuery = ({ ...params }: GetUtxosParams): Promise<get_utxos_response> => {
getUtxosQuery = ({
...params
}: GetUtxosParams): Promise<get_utxos_response> => {
const { bitcoin_get_utxos_query } = this.caller({
certified: false,
});
Expand Down

0 comments on commit 1631bb2

Please sign in to comment.