We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 662f181 + bd0ee46 commit 8e006a4Copy full SHA for 8e006a4
docs/tutorials/password.md
@@ -55,7 +55,7 @@ And install a couple dependencies:
55
cargo add chia-wallet-sdk anyhow
56
```
57
58
-Clear the contents of `lib.rs` and define the curried argument type and solution type for the puzzle as structs:
+Clear the contents of `lib.rs` in the `src` directory, and define the curried argument type and solution type for the puzzle as structs:
59
60
```rust
61
use chia_wallet_sdk::prelude::*;
0 commit comments