From 0bf260de0578bc73b0c6144ce19d142360d6749b Mon Sep 17 00:00:00 2001 From: BitcoinZavior Date: Mon, 30 Jan 2023 12:53:36 -0500 Subject: [PATCH] Tweaks after testing with published package --- docs/tutorials/exploring_bdk_flutter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/exploring_bdk_flutter.md b/docs/tutorials/exploring_bdk_flutter.md index 7dbfbed29a..71919af9c4 100644 --- a/docs/tutorials/exploring_bdk_flutter.md +++ b/docs/tutorials/exploring_bdk_flutter.md @@ -411,7 +411,7 @@ Just below `/* Balance */` and above `/* Result */` add the following UI compone Let's add some code to create a simple `wpkh` descriptor object by using the `BIP84` template. This template will create a descriptor in the format `wpkh(key/84'/{0,1}'/0'/{0,1}/*)` -This descriptor will create receive (`KeyChainKind.External`) and change descriptor (` KeyChainKind.Internal`) for a specified mnemonic. +This descriptor will create receive (`KeychainKind.External`) and change descriptor (` KeycChainKind.Internal`) for a specified mnemonic. ```dart Future> getDescriptors(String mnemonic) async { -- 2.49.0