Fix websocket path in README.
This commit is contained in:
parent
5ad35a4460
commit
0bcb2b6351
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ $ btcwallet -u rpcuser -P rpcpass
|
||||||
## Frontend Usage
|
## Frontend Usage
|
||||||
|
|
||||||
Frontends wishing to use btcwallet must connect to the websocket
|
Frontends wishing to use btcwallet must connect to the websocket
|
||||||
`/wallet`. Messages sent to btcwallet over this websocket are
|
`/frontend`. Messages sent to btcwallet over this websocket are
|
||||||
expected to follow the standard [Bitcoin JSON
|
expected to follow the standard [Bitcoin JSON
|
||||||
API](https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list)
|
API](https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list)
|
||||||
and replies follow the same API. The btcd package `btcjson` provides
|
and replies follow the same API. The btcd package `btcjson` provides
|
||||||
|
|
Loading…
Reference in a new issue