Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Oct 27, 2023
1 parent 6305290 commit 577c008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/core/tests/combined.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ async fn client_from_wallet() -> Result<()> {
// std::fs::remove_dir_all(storage_path).ok();

// let secret_manager = MnemonicSecretManager::try_from_mnemonic(
// "about solution utility exist rail budget vacuum major survey clerk pave ankle wealth gym gossip still medal expect strong rely amazing inspire lazy lunar",
// ).unwrap();
// "about solution utility exist rail budget vacuum major survey clerk pave ankle wealth gym gossip still medal
// expect strong rely amazing inspire lazy lunar", ).unwrap();
// let client = ClientBuilder::default()
// .with_nodes(&["http://localhost:14265"])
// .unwrap()
Expand Down

0 comments on commit 577c008

Please sign in to comment.