mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 06:44:24 +01:00
cleanup: rename json_add_amount_msat_only to json_add_amount_msat
Now there's no compat variant, we can rename this function. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -440,8 +440,7 @@ psbt_funded(struct command *cmd,
|
||||
response = jsonrpc_stream_success(cmd);
|
||||
json_add_string(response, "result", "continue");
|
||||
json_add_psbt(response, "psbt", psbt);
|
||||
json_add_amount_msat_only(response, "our_funding_msat",
|
||||
our_funding_msat);
|
||||
json_add_amount_msat(response, "our_funding_msat", our_funding_msat);
|
||||
|
||||
/* If we're accepting an lease request, *and* they've
|
||||
* requested one, fill in our most recent infos */
|
||||
|
||||
Reference in New Issue
Block a user