File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -854,14 +854,19 @@ mod tests {
854854
855855 assert ! ( InitFeatures :: known( ) . supports_scid_privacy( ) ) ;
856856 assert ! ( NodeFeatures :: known( ) . supports_scid_privacy( ) ) ;
857+ assert ! ( ChannelTypeFeatures :: known( ) . supports_scid_privacy( ) ) ;
857858 assert ! ( !InitFeatures :: known( ) . requires_scid_privacy( ) ) ;
858859 assert ! ( !NodeFeatures :: known( ) . requires_scid_privacy( ) ) ;
860+ assert ! ( ChannelTypeFeatures :: known( ) . requires_scid_privacy( ) ) ;
859861
860862 assert ! ( InitFeatures :: known( ) . supports_wumbo( ) ) ;
861863 assert ! ( NodeFeatures :: known( ) . supports_wumbo( ) ) ;
862864 assert ! ( !InitFeatures :: known( ) . requires_wumbo( ) ) ;
863865 assert ! ( !NodeFeatures :: known( ) . requires_wumbo( ) ) ;
864866
867+ assert ! ( !ChannelTypeFeatures :: known( ) . supports_zero_conf( ) ) ;
868+ assert ! ( !ChannelTypeFeatures :: known( ) . requires_zero_conf( ) ) ;
869+
865870 let mut init_features = InitFeatures :: known ( ) ;
866871 assert ! ( init_features. initial_routing_sync( ) ) ;
867872 init_features. clear_initial_routing_sync ( ) ;
You can’t perform that action at this time.
0 commit comments