Skip to content

Commit 92f570e

Browse files
committed
Transposed hsmd changes from c-lightning master.
1 parent 6934e72 commit 92f570e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/remote_hsmd/hsmd.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2092,7 +2092,8 @@ int main(int argc, char *argv[])
20922092
status_setup_async(status_conn);
20932093
uintmap_init(&clients);
20942094

2095-
master = new_client(NULL, NULL, NULL, 0, HSM_CAP_MASTER | HSM_CAP_SIGN_GOSSIP,
2095+
master = new_client(NULL, NULL, NULL, 0,
2096+
HSM_CAP_MASTER | HSM_CAP_SIGN_GOSSIP | HSM_CAP_ECDH,
20962097
REQ_FD);
20972098

20982099
/* First client == lightningd. */

0 commit comments

Comments
 (0)