Skip to content

Commit a1286f2

Browse files
committed
update ports since PR mimblewimble#2405. We now allow both floo and mainnet owner_apis to run in parallell on a single server, with ports 13420 or 3420
1 parent feb0705 commit a1286f2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: doc/api/api.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ To learn about what specific calls can be made read the [wallet foreign API doc]
1717

1818
### Wallet Owner API
1919

20-
The wallet owner API is an endpoint to manage the user wallet: broadcast transaction, sign transaction, see the current balance... This REST API can be started with the `grin wallet owner_api` command and will listen on `localhost:13420`. This endpoint must **never** be exposed to the outside world.
20+
The wallet owner API is an endpoint to manage the user wallet: broadcast transaction, sign transaction, see the current balance... This REST API can be started with the `grin wallet owner_api` command and will listen on `localhost:13420` for --floonet or `localhost:3420` for --mainnet.
21+
22+
__This endpoint must **never** be exposed to the outside world.__
23+
2124
This endpoint requires, by default, Basic Authentication. The username is `grin` and the password can be found in the `.api_secret` file.
2225
To learn about what specific calls can be made read the [wallet owner API doc](wallet_owner_api.md).

0 commit comments

Comments
 (0)