Skip to content

Commit

Permalink
make field in tx_body public (#2762)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume authored Apr 19, 2019
1 parent 13c6160 commit 865b9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/core/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ pub struct Transaction {
)]
pub offset: BlindingFactor,
/// The transaction body - inputs/outputs/kernels
body: TransactionBody,
pub body: TransactionBody,
}

impl DefaultHashable for Transaction {}
Expand Down

0 comments on commit 865b9b6

Please sign in to comment.