param: listpayments now uses json_tok_sha256

Signed-off-by: Mark Beckwith <wythe@intrig.com>
This commit is contained in:
Mark Beckwith
2018-08-30 08:48:36 -05:00
committed by Rusty Russell
parent 47510a8e74
commit 30e6471fc1
2 changed files with 4 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
#include "json.h"
#include <arpa/inet.h>
#include <ccan/str/hex/hex.h>
#include <ccan/mem/mem.h>
#include <ccan/str/hex/hex.h>
#include <ccan/tal/str/str.h>
#include <common/json.h>
#include <common/type_to_string.h>