Skip to content

Commit 6807bfd

Browse files
committed
remove now-unnecessary fetch-merge that was merged in PR#86
1 parent 2a2842e commit 6807bfd

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

fedpeg-README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@ If you've already indexed testnet:
4444
./bitcoind -rpcuser=$RPC_USER -rpcpassword=$RPC_PASS -testnet -txindex -daemon
4545
```
4646

47-
Checkout `alpha`. Before making any changes of your own,`fetch/merge` a [patch](https://github.com/TomMcCabe/elements/tree/patch) for a few code changes that will consolidate our settings in `sidechain-manipulation.py` and `constants.py` ([PR #86 of Elements Repo](https://github.com/ElementsProject/elements/pull/86)):
47+
Checkout:
4848
```shell
49-
git checkout alpha
50-
git fetch https://github.com/TomMcCabe/elements patch
51-
git merge FETCH_HEAD alpha
49+
git checkout alpha
5250
```
5351

5452
With bitcoin testnet, generate an address and obtain the private/public key.

0 commit comments

Comments
 (0)