Skip to content

Commit c3a5fa1

Browse files
committed
f sp
1 parent ffe7314 commit c3a5fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/onion_route_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ fn test_do_not_default_to_onion_payload_tlv_format_when_unsupported() {
888888
let mut node_cfgs = create_node_cfgs(4, &chanmon_cfgs);
889889

890890
// 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
891+
// `!supports_variable_length_onion()` but still supports the required static-remote-key
892892
// feature.
893893
let mut node_1_cfg = &mut node_cfgs[1];
894894
node_1_cfg.features = InitFeatures::empty();

0 commit comments

Comments
 (0)