diff --git a/covenant-signer/docs/transition-from-phase1.md b/covenant-signer/docs/transition-from-phase1.md index 8abef88..0155a0e 100644 --- a/covenant-signer/docs/transition-from-phase1.md +++ b/covenant-signer/docs/transition-from-phase1.md @@ -32,9 +32,9 @@ are transitioning their phase-1 set up to the phase-2 one. This guide requires that: -1. you have a Bitcoin node setup for the Bitcoin -network you intend to operate your covenant signer on and -2. you have access to the private Bitcoin key you +1. You have a Bitcoin node setup for the Bitcoin +network you intend to operate your covenant signer on. +2. You have access to the private Bitcoin key you set up your covenant with. 3. A connection to a Babylon node. To run your own node, please refer to the [Babylon Node Setup Guide](https://github.com/babylonlabs-io/networks/blob/sam/bbn-test-5/bbn-test-5/babylon-node/README.md). @@ -167,8 +167,9 @@ bitcoin-cli listdescriptors true | jq -r ' select(.desc | contains("")) | .desc ' descriptors.json - -wpkh(tprv8ZgxMBicQKsPe9aCeUQgMEMy2YMZ6PHnn2iCuG12y5E8oYhYNEvUqUkNy6sJ7ViBmFUMicikHSK2LBUNPx5do5EDJBjG7puwd6azci2wEdq/84h/1h/0h/0/*)#sachkrde +{ + wpkh(tprv8ZgxMBicQKsPe9aCeUQgMEMy2YMZ6PHnn2iCuG12y5E8oYhYNEvUqUkNy6sJ7ViBmFUMicikHSK2LBUNPx5do5EDJBjG7puwd6azci2wEdq/84h/1h/0h/0/*)#sachkrde +} ```