Skip to content

Commit

Permalink
chore: fix doc on SuiKeystore (MystenLabs#5528)
Browse files Browse the repository at this point in the history
  • Loading branch information
joyqvq authored Oct 25, 2022
1 parent 63b92ba commit 2ad1d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/build/rust-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Use this example to conduct a transaction in Sui using the Sui Devnet Full node:
```rust
use std::str::FromStr;
use sui_sdk::{
crypto::SuiKeystore,
crypto::{FileBasedKeystore, Keystore},
types::{
base_types::{ObjectID, SuiAddress},
crypto::Signature,
Expand Down

0 comments on commit 2ad1d45

Please sign in to comment.