diff --git a/libwallet/src/types.rs b/libwallet/src/types.rs index 3ff85df5..3ff5d553 100644 --- a/libwallet/src/types.rs +++ b/libwallet/src/types.rs @@ -760,9 +760,11 @@ pub struct TxLogEntry { pub stored_tx: Option, /// Associated kernel excess, for later lookup if necessary #[serde(with = "secp_ser::option_commitment_serde")] + #[serde(default)] pub kernel_excess: Option, /// Height reported when transaction was created, if lookup /// of kernel is necessary + #[serde(default)] pub kernel_lookup_min_height: Option, }