We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe7314 commit c3a5fa1Copy full SHA for c3a5fa1
lightning/src/ln/onion_route_tests.rs
@@ -888,7 +888,7 @@ fn test_do_not_default_to_onion_payload_tlv_format_when_unsupported() {
888
let mut node_cfgs = create_node_cfgs(4, &chanmon_cfgs);
889
890
// Set `node[1]` config to `InitFeatures::empty()` + `static_remote_key` which implies
891
- // `!supports_variable_length_onion()` but still supprts the required static-remote-key
+ // `!supports_variable_length_onion()` but still supports the required static-remote-key
892
// feature.
893
let mut node_1_cfg = &mut node_cfgs[1];
894
node_1_cfg.features = InitFeatures::empty();
0 commit comments