We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c831da commit 14cbab0Copy full SHA for 14cbab0
1 file changed
clients/tfchain-client-rs/examples/mainnet_test.rs
@@ -9,8 +9,8 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
9
10
println!("=== TFChain Mainnet Client Test (Dynamic Metadata) ===\n");
11
12
- // Test mnemonic (Freefarm Mainnet Wallet)
13
- let mnemonic = "staff jaguar omit mule valve jelly damp invest legend warfare web crystal";
+ // Test mnemonic
+ let mnemonic = "...";
14
15
// Create keypair from mnemonic
16
println!("Creating keypair from mnemonic...");
0 commit comments