Skip to content

Commit

Permalink
Review fixes
Browse files Browse the repository at this point in the history
Co-authored-by: Marin Veršić <[email protected]>
Signed-off-by: Dmitry Murzin <[email protected]>
  • Loading branch information
dima74 and mversic committed Sep 20, 2024
1 parent f7d4fc8 commit 9df604a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/iroha_data_model/src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ mod model {
#[getset(skip)]
pub value: SignedTransaction,
/// Reason of rejection
// NOTE: Using `Box` reduces memory use by 10%
pub error: Option<Box<error::TransactionRejectionReason>>,
}
}
Expand Down

0 comments on commit 9df604a

Please sign in to comment.