Skip to content

Commit bd4f9aa

Browse files
committed
f
1 parent 263bf9e commit bd4f9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/util/events.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ impl MaybeReadable for Event {
271271
let f = || {
272272
let mut outputs = VecReadWrapper(Vec::new());
273273
read_tlv_fields!(reader, {
274-
(0,outputs),
274+
(0, outputs),
275275
}, {});
276276
Ok(Some(Event::SpendableOutputs { outputs: outputs.0 }))
277277
};

0 commit comments

Comments
 (0)