mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-05 23:24:21 +01:00
daemon: rename 'state' to 'dstate' everywhere.
This is the daemon state, not the state machine state. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -19,6 +19,6 @@ void peer_get_revocation_hash(const struct peer *peer, u64 index,
|
||||
void peer_get_revocation_preimage(const struct peer *peer, u64 index,
|
||||
struct sha256 *preimage);
|
||||
|
||||
void secrets_init(struct lightningd_state *state);
|
||||
void secrets_init(struct lightningd_state *dstate);
|
||||
|
||||
#endif /* LIGHTNING_DAEMON_SECRETS_H */
|
||||
|
||||
Reference in New Issue
Block a user