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 16a236f commit 3c792c1
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 @@ -258,6 +258,7 @@ In the [example](https://github.com/mrtnetwork/bitcoin_base/tree/main/example/li

- With TransactionBuilder
BitcoinTransactionBuilder

supports the Bitcoin, Dogecoin, Dash, and Litecoin networks, allowing for easy creation and signing of various address types.

```
Expand Down Expand Up @@ -460,7 +461,6 @@ In the [example](https://github.com/mrtnetwork/bitcoin_base/tree/main/example/li
scriptHash: p2pkhAddress.baseAddress.pubKeyHash(),
includeTokens: true,
));
// return;
/// Converts all UTXOs to a list of UtxoWithAddress, containing UTXO information along with address details.
final List<UtxoWithAddress> utxos = elctrumUtxos
Expand Down

0 comments on commit 3c792c1

Please sign in to comment.