@@ -4332,7 +4332,7 @@ fn test_no_txn_manager_serialize_deserialize() {
43324332 let ( _, nodes_0_deserialized_tmp) = {
43334333 let mut channel_monitors = HashMap :: new ( ) ;
43344334 channel_monitors. insert ( chan_0_monitor. get_funding_txo ( ) . 0 , & mut chan_0_monitor) ;
4335- <( BlockHash , ChannelManager < EnforcingSigner , & test_utils:: TestChainMonitor , & test_utils:: TestBroadcaster , & test_utils:: TestKeysInterface , & test_utils:: TestFeeEstimator , & test_utils:: TestLogger > ) >:: read ( & mut nodes_0_read, ChannelManagerReadArgs {
4335+ <( Option < BlockHash > , ChannelManager < EnforcingSigner , & test_utils:: TestChainMonitor , & test_utils:: TestBroadcaster , & test_utils:: TestKeysInterface , & test_utils:: TestFeeEstimator , & test_utils:: TestLogger > ) >:: read ( & mut nodes_0_read, ChannelManagerReadArgs {
43364336 default_config : config,
43374337 keys_manager,
43384338 fee_estimator : & fee_estimator,
@@ -4441,7 +4441,7 @@ fn test_manager_serialize_deserialize_events() {
44414441 let ( _, nodes_0_deserialized_tmp) = {
44424442 let mut channel_monitors = HashMap :: new ( ) ;
44434443 channel_monitors. insert ( chan_0_monitor. get_funding_txo ( ) . 0 , & mut chan_0_monitor) ;
4444- <( BlockHash , ChannelManager < EnforcingSigner , & test_utils:: TestChainMonitor , & test_utils:: TestBroadcaster , & test_utils:: TestKeysInterface , & test_utils:: TestFeeEstimator , & test_utils:: TestLogger > ) >:: read ( & mut nodes_0_read, ChannelManagerReadArgs {
4444+ <( Option < BlockHash > , ChannelManager < EnforcingSigner , & test_utils:: TestChainMonitor , & test_utils:: TestBroadcaster , & test_utils:: TestKeysInterface , & test_utils:: TestFeeEstimator , & test_utils:: TestLogger > ) >:: read ( & mut nodes_0_read, ChannelManagerReadArgs {
44454445 default_config : config,
44464446 keys_manager,
44474447 fee_estimator : & fee_estimator,
@@ -4532,7 +4532,7 @@ fn test_simple_manager_serialize_deserialize() {
45324532 let ( _, nodes_0_deserialized_tmp) = {
45334533 let mut channel_monitors = HashMap :: new ( ) ;
45344534 channel_monitors. insert ( chan_0_monitor. get_funding_txo ( ) . 0 , & mut chan_0_monitor) ;
4535- <( BlockHash , ChannelManager < EnforcingSigner , & test_utils:: TestChainMonitor , & test_utils:: TestBroadcaster , & test_utils:: TestKeysInterface , & test_utils:: TestFeeEstimator , & test_utils:: TestLogger > ) >:: read ( & mut nodes_0_read, ChannelManagerReadArgs {
4535+ <( Option < BlockHash > , ChannelManager < EnforcingSigner , & test_utils:: TestChainMonitor , & test_utils:: TestBroadcaster , & test_utils:: TestKeysInterface , & test_utils:: TestFeeEstimator , & test_utils:: TestLogger > ) >:: read ( & mut nodes_0_read, ChannelManagerReadArgs {
45364536 default_config : UserConfig :: default ( ) ,
45374537 keys_manager,
45384538 fee_estimator : & fee_estimator,
@@ -4623,7 +4623,7 @@ fn test_manager_serialize_deserialize_inconsistent_monitor() {
46234623
46244624 let mut nodes_0_read = & nodes_0_serialized[ ..] ;
46254625 if let Err ( msgs:: DecodeError :: InvalidValue ) =
4626- <( BlockHash , ChannelManager < EnforcingSigner , & test_utils:: TestChainMonitor , & test_utils:: TestBroadcaster , & test_utils:: TestKeysInterface , & test_utils:: TestFeeEstimator , & test_utils:: TestLogger > ) >:: read ( & mut nodes_0_read, ChannelManagerReadArgs {
4626+ <( Option < BlockHash > , ChannelManager < EnforcingSigner , & test_utils:: TestChainMonitor , & test_utils:: TestBroadcaster , & test_utils:: TestKeysInterface , & test_utils:: TestFeeEstimator , & test_utils:: TestLogger > ) >:: read ( & mut nodes_0_read, ChannelManagerReadArgs {
46274627 default_config : UserConfig :: default ( ) ,
46284628 keys_manager,
46294629 fee_estimator : & fee_estimator,
@@ -4637,7 +4637,7 @@ fn test_manager_serialize_deserialize_inconsistent_monitor() {
46374637
46384638 let mut nodes_0_read = & nodes_0_serialized[ ..] ;
46394639 let ( _, nodes_0_deserialized_tmp) =
4640- <( BlockHash , ChannelManager < EnforcingSigner , & test_utils:: TestChainMonitor , & test_utils:: TestBroadcaster , & test_utils:: TestKeysInterface , & test_utils:: TestFeeEstimator , & test_utils:: TestLogger > ) >:: read ( & mut nodes_0_read, ChannelManagerReadArgs {
4640+ <( Option < BlockHash > , ChannelManager < EnforcingSigner , & test_utils:: TestChainMonitor , & test_utils:: TestBroadcaster , & test_utils:: TestKeysInterface , & test_utils:: TestFeeEstimator , & test_utils:: TestLogger > ) >:: read ( & mut nodes_0_read, ChannelManagerReadArgs {
46414641 default_config : UserConfig :: default ( ) ,
46424642 keys_manager,
46434643 fee_estimator : & fee_estimator,
@@ -7498,7 +7498,7 @@ fn test_data_loss_protect() {
74987498 node_state_0 = {
74997499 let mut channel_monitors = HashMap :: new ( ) ;
75007500 channel_monitors. insert ( OutPoint { txid : chan. 3 . txid ( ) , index : 0 } , & mut chain_monitor) ;
7501- <( BlockHash , ChannelManager < EnforcingSigner , & test_utils:: TestChainMonitor , & test_utils:: TestBroadcaster , & test_utils:: TestKeysInterface , & test_utils:: TestFeeEstimator , & test_utils:: TestLogger > ) >:: read ( & mut :: std:: io:: Cursor :: new ( previous_node_state) , ChannelManagerReadArgs {
7501+ <( Option < BlockHash > , ChannelManager < EnforcingSigner , & test_utils:: TestChainMonitor , & test_utils:: TestBroadcaster , & test_utils:: TestKeysInterface , & test_utils:: TestFeeEstimator , & test_utils:: TestLogger > ) >:: read ( & mut :: std:: io:: Cursor :: new ( previous_node_state) , ChannelManagerReadArgs {
75027502 keys_manager : keys_manager,
75037503 fee_estimator : & fee_estimator,
75047504 chain_monitor : & monitor,
0 commit comments