From 873a697ba4736024bbdc84da65ac06de003716cc Mon Sep 17 00:00:00 2001 From: edouard Date: Sat, 19 Nov 2022 11:00:49 +0100 Subject: [PATCH] fix: doc/API.md --- doc/API.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/API.md b/doc/API.md index 3863a463..32d9454f 100644 --- a/doc/API.md +++ b/doc/API.md @@ -1,6 +1,6 @@ -# Minisafe API +# Liana daemon API -`minisafe` exposes a [JSON-RPC 2.0](https://www.jsonrpc.org/specification) +`lianad` exposes a [JSON-RPC 2.0](https://www.jsonrpc.org/specification) interface over a Unix Domain socket. Commands must be sent as valid JSONRPC 2.0 requests, ending with a `\n`. @@ -10,6 +10,7 @@ Commands must be sent as valid JSONRPC 2.0 requests, ending with a `\n`. | [`stop`](#stop) | Stops the minisafe daemon | | [`getinfo`](#getinfo) | Get general information about the daemon | | [`getnewaddress`](#getnewaddress) | Get a new receiving address | +| [`listcoins`](#listcoins) | List all wallet transaction outputs. | | [`listspendtxs`](#listspendtxs) | List all stored Spend transactions | | [`delspendtx`](#delspendtx) | Delete a stored Spend transaction | | [`broadcastspend`](#broadcastspend) | Finalize a stored Spend PSBT, and broadcast it | @@ -21,7 +22,7 @@ Commands must be sent as valid JSONRPC 2.0 requests, ending with a `\n`. ### `stop` -Stops the minisafe daemon. +Stops the Liana daemon. #### Response