Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnetwork committed Jan 27, 2024
1 parent 95632d0 commit d0841b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ In the [example](https://github.com/mrtnetwork/bitcoin_base/tree/main/example/li
/// all conceivable token-bearing UTXOs (1000 satoshi)
value: BtcUtils.toSatoshi("0.00001"),
/// clone the token with new token amount for output1 (15 amount of category)
/// clone the token with new token amount for change output
token: token.copyWith(amount: sumofTokenUtxos - BigInt.from(15))),
],
fee: BtcUtils.toSatoshi("0.00003"),
Expand Down

0 comments on commit d0841b4

Please sign in to comment.