f
authorMatt Corallo <git@bluematt.me>
Mon, 31 May 2021 23:37:55 +0000 (23:37 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 1 Jun 2021 16:22:51 +0000 (16:22 +0000)
lightning/src/util/events.rs

index 1bcd0da142076d3cd166fa66e178b3d929056dd3..a5d223c338dfb7a6f2c4bfe1d8efd5801bb873d1 100644 (file)
@@ -271,7 +271,7 @@ impl MaybeReadable for Event {
                                let f = || {
                                        let mut outputs = VecReadWrapper(Vec::new());
                                        read_tlv_fields!(reader, {
-                                               (0,outputs),
+                                               (0, outputs),
                                        }, {});
                                        Ok(Some(Event::SpendableOutputs { outputs: outputs.0 }))
                                };