Skip to content

Commit

Permalink
chore: improve doc
Browse files Browse the repository at this point in the history
Co-authored-by: Nedim Salkić <nedim.salkic@fuel.sh>
  • Loading branch information
danielbate and nedsalk authored Oct 17, 2024
1 parent 9e17c08 commit 92c0177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs-snippets2/src/cookbook/combining-utxos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ const { coins: combinedCoins } = await wallet.getCoins(
console.log('Combined Coins Length', combinedCoins.length);
// 2

// And we can also confirm the final balance of the base asset for this account is 9_998. So
// the cost of combining is also minimal.
// And we can also confirm the final balance of the base asset for this account is 9_998,
// so the cost of combining is also minimal.
const combinedBalance = await wallet.getBalance(provider.getBaseAssetId());
console.log('Combined Balance', combinedBalance.toNumber());
// 9_998
Expand Down

0 comments on commit 92c0177

Please sign in to comment.