df: start of RPC for bumping the fee!

Doesn't call into dualopend yet
This commit is contained in:
niftynei
2021-01-19 19:40:01 -06:00
committed by neil saitug
parent d49db8ad41
commit 1e9a900918
3 changed files with 66 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ static const errcode_t FUNDING_CANCEL_NOT_SAFE = 308;
static const errcode_t FUNDING_PSBT_INVALID = 309;
static const errcode_t FUNDING_V2_NOT_SUPPORTED = 310;
static const errcode_t FUNDING_UNKNOWN_CHANNEL = 311;
static const errcode_t FUNDING_STATE_INVALID = 312;
/* `connect` errors */
static const errcode_t CONNECT_NO_KNOWN_ADDRESS = 400;