Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume authored Oct 17, 2019
1 parent 7fc7e33 commit 783c22f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libwallet/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -760,9 +760,11 @@ pub struct TxLogEntry {
pub stored_tx: Option<String>,
/// Associated kernel excess, for later lookup if necessary
#[serde(with = "secp_ser::option_commitment_serde")]
#[serde(default)]
pub kernel_excess: Option<pedersen::Commitment>,
/// Height reported when transaction was created, if lookup
/// of kernel is necessary
#[serde(default)]
pub kernel_lookup_min_height: Option<u64>,
}

Expand Down

0 comments on commit 783c22f

Please sign in to comment.