From: BitcoinZavior Date: Mon, 30 Jan 2023 17:53:36 +0000 (-0500) Subject: Tweaks after testing with published package X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/height.html?a=commitdiff_plain;h=0bf260de0578bc73b0c6144ce19d142360d6749b;p=bitcoindevkit.org Tweaks after testing with published package --- 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 {