per_peer_state: remove struct crypto_state

Now that connectd does the crypto, no need to hand around crypto_state.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2022-01-08 23:54:29 +10:30
parent ce8b69401c
commit 9c0bb444b7
15 changed files with 24 additions and 61 deletions

View File

@@ -21,7 +21,6 @@ DEVTOOLS_COMMON_OBJS := \
common/bolt11.o \
common/blockheight_states.o \
common/channel_id.o \
common/crypto_state.o \
common/decode_array.o \
common/features.o \
common/fee_states.o \