]> Untitled Git - bitcoindevkit.org/commitdiff
Tweaks after testing with published package
authorBitcoinZavior <BitcoinZavior@GMail.Com>
Mon, 30 Jan 2023 17:53:36 +0000 (12:53 -0500)
committerBitcoinZavior <BitcoinZavior@GMail.Com>
Mon, 30 Jan 2023 17:53:36 +0000 (12:53 -0500)
docs/tutorials/exploring_bdk_flutter.md

index 7dbfbed29aea0d67cf5ef16fa7dcab9bb13bb484..71919af9c4413c9dec6f785ca18ec6722e4bc6d7 100644 (file)
@@ -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<List<Descriptor>> getDescriptors(String mnemonic) async {