diff --git a/tutorial/3_addresses.md b/tutorial/3_addresses.md index 6fbc5c6..ad6037b 100644 --- a/tutorial/3_addresses.md +++ b/tutorial/3_addresses.md @@ -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). \ No newline at end of file +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).