Extract wire message handling into a method.
authorArik Sosman <git@arik.io>
Fri, 22 May 2020 20:03:49 +0000 (13:03 -0700)
committerArik Sosman <git@arik.io>
Sun, 7 Jun 2020 05:55:12 +0000 (22:55 -0700)
commit3838c04172f0e9be7c004fa081ff38ae8891452f
tree0270c7c68ad810f736c2d943a24c04e9766ba9ec
parentf08d61027023fe843cb47951f0b05e5f44fdb1ed
Extract wire message handling into a method.

This is a response to splitting #585 into smaller components. This extraction should allow the subsequent creation of a trait for all message handling, thereby enabling more flexibility in the state machine, particularly for bindings.
lightning/src/ln/peer_handler.rs