diff options
| author | Tomo Ueda <[email protected]> | 2021-09-02 12:54:43 -0700 |
|---|---|---|
| committer | Tomo Ueda <[email protected]> | 2021-09-02 12:54:43 -0700 |
| commit | f5c716526aaafb318a98e974c8b2fbe02870646b (patch) | |
| tree | e14145656fcff86ec2c7a1ecf4ad28e0b40f36aa /doc/developer-notes.md | |
| parent | s/DOGE/DIS/g (diff) | |
| download | discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.tar.xz discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.zip | |
really s/doge/dis/g this time
Diffstat (limited to 'doc/developer-notes.md')
| -rw-r--r-- | doc/developer-notes.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 2cea300b8..55aadd343 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -128,7 +128,7 @@ to see it. **testnet and regtest modes** -Run with the -testnet option to run with "play dogecoins" on the test network, if you +Run with the -testnet option to run with "play discoins" on the test network, if you are testing multi-machine code that needs to operate across the internet. If you are testing something that can run on one machine, run with the -regtest option. @@ -186,7 +186,7 @@ Threads - ThreadRPCServer : Remote procedure call handler, listens on port 22555 for connections and services them. -- DogecoinMiner : Generates dogecoins (if wallet is enabled). +- DogecoinMiner : Generates discoins (if wallet is enabled). - Shutdown : Does an orderly shutdown of everything. @@ -490,7 +490,7 @@ Git and GitHub tips [remote "upstream-pull"] fetch = +refs/pull/*:refs/remotes/upstream-pull/* - url = [email protected]:dogecoin/dogecoin.git + url = [email protected]:discoin/discoin.git This will add an `upstream-pull` remote to your git repository, which can be fetched using `git fetch --all` or `git fetch upstream-pull`. Afterwards, you can use `upstream-pull/NUMBER/head` in arguments to `git show`, |