Skip to content

Commit

Permalink
Fixed the function name (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alisson-Frota-Soares authored Oct 11, 2023
1 parent ab8ecb8 commit caf1d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial/3_addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ Available networks are: `Mainnet`, `Testnet`, `Regtest` and `Signet`.

We can check that the addresses are derived correctly [here](https://iancoleman.io/bip39/).

If you would want to get a nested segwit address just call `.nestedSegwit()` function.
If you would want to get a nested segwit address just call `.nestedSegwitAddress()` function.

We can print addresses now, it's time to make Bitcoin Core watching our addresses and create a transaction for us! To the [next part](4_bitcoin_core.md).
We can print addresses now, it's time to make Bitcoin Core watching our addresses and create a transaction for us! To the [next part](4_bitcoin_core.md).

0 comments on commit caf1d15

Please sign in to comment.