mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-20 19:11:09 +03:00
parent
b4eeb50c66
commit
3190496402
1 changed files with 2 additions and 0 deletions
|
@ -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>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue