Skip to content

Commit

Permalink
chore: skip debug of tx in signed spend
Browse files Browse the repository at this point in the history
  • Loading branch information
oetyng committed May 1, 2023
1 parent 251722d commit d496b7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/signed_spend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,12 @@ pub struct Spend {
/// DbcId of input Dbc that this SignedSpend is proving to be spent.
pub dbc_id: DbcId,
/// The transaction that the input Dbc is being spent in.
#[debug(skip)]
pub dst_tx: DbcTransaction,
/// Reason why this Dbc was spent.
pub reason: Hash,
#[debug(skip)]
/// The amount of the input Dbc.
#[debug(skip)]
pub blinded_amount: BlindedAmount,
/// The hash of the transaction that the input Dbc was created in.
pub src_tx_hash: Hash,
Expand Down

0 comments on commit d496b7c

Please sign in to comment.