From 54679343ec04bffcaa9fa4e08b0489176ea22166 Mon Sep 17 00:00:00 2001 From: pythcoiner Date: Sat, 13 May 2023 18:59:49 +0200 Subject: [PATCH] replace minisafe by liana --- doc/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/API.md b/doc/API.md index e120a7c5..cb66188e 100644 --- a/doc/API.md +++ b/doc/API.md @@ -7,7 +7,7 @@ Commands must be sent as valid JSONRPC 2.0 requests, ending with a `\n`. | Command | Description | | ----------------------------------------------------------- | ---------------------------------------------------- | -| [`stop`](#stop) | Stops the minisafe daemon | +| [`stop`](#stop) | Stops liana daemon | | [`getinfo`](#getinfo) | Get general information about the daemon | | [`getnewaddress`](#getnewaddress) | Get a new receiving address | | [`listcoins`](#listcoins) | List all wallet transaction outputs. |