From a4d6534be12839ac7318c37a3b5ee9e96a8815e5 Mon Sep 17 00:00:00 2001 From: Taha Abbasi Date: Sat, 20 Apr 2024 17:18:15 -0600 Subject: [PATCH] Update sparrow-wallet.md --name flag update The --wallet flag no longer works, to import wallet with name we need --name flag instead with --from mnemonic flag instead of the current listed: `ord --wallet ord_from_sparrow wallet restore "BIP39 SEED PHRASE"` --- docs/src/guides/collecting/sparrow-wallet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/guides/collecting/sparrow-wallet.md b/docs/src/guides/collecting/sparrow-wallet.md index f72206b653..d667c2ef6d 100644 --- a/docs/src/guides/collecting/sparrow-wallet.md +++ b/docs/src/guides/collecting/sparrow-wallet.md @@ -89,9 +89,9 @@ You can then check your wallet's inscriptions using `ord wallet inscriptions` Note that if you have previously created a wallet with `ord`, then you will already have a wallet with the default name, and will need to give your imported wallet a different name. You can use the `--wallet` parameter in all `ord` commands to reference a different wallet, eg: -`ord --wallet ord_from_sparrow wallet restore "BIP39 SEED PHRASE"` +`ord wallet --name ord_from_sparrow wallet restore --from mnemonic` -`ord --wallet ord_from_sparrow wallet inscriptions` +`ord wallet --name ord_from_sparrow wallet inscriptions` `bitcoin-cli -rpcwallet=ord_from_sparrow rescanblockchain 767430`