Skip to content

Commit

Permalink
don't cat utxos
Browse files Browse the repository at this point in the history
  • Loading branch information
2qx committed Sep 19, 2023
1 parent 346bd94 commit c857ff7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/chi/src/routes/table/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
const loadSeries = async () => {
utxos = await contract.getUtxos();
console.log(JSON.stringify(utxos));
};
</script>

Expand Down

0 comments on commit c857ff7

Please sign in to comment.