Skip to content

Commit

Permalink
docs: minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
thephez committed Jul 8, 2024
1 parent 33c0215 commit ddd2d0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sdk-rs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ it is possible, although not recommended, to retrieve data from Dash Platform wi
- [Dash Core installation instructions](inv:user:std#dashcore-installation)
- [Running Dash Core on Testnet](inv:user:std#dashcore-testnet)

Located the `dash.conf` file by right-clicking the Dash Core icon and selecting `Open Wallet Configuration File`. Configure it as shown below (replace `***` with a username and password of your choice):
Locate the `dash.conf` file by right-clicking the Dash Core icon and selecting `Open Wallet Configuration File`. Configure it as shown below (replace `<username>` and `<password>` with values of your choice):

```ini
testnet=1
Expand All @@ -56,8 +56,8 @@ testnet=1
server=1
listen=1
rpcallowip=127.0.0.1
rpcuser=***
rpcpassword=***
rpcuser=<user>
rpcpassword=<password>
```

Restart Dash Core to apply the changes.
Expand Down

0 comments on commit ddd2d0c

Please sign in to comment.