make field in tx_body public (#2762)

This commit is contained in:
Yeastplume 2019-04-19 11:55:48 +01:00 committed by GitHub
parent 13c6160e15
commit 865b9b6b46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -771,7 +771,7 @@ pub struct Transaction {
)] )]
pub offset: BlindingFactor, pub offset: BlindingFactor,
/// The transaction body - inputs/outputs/kernels /// The transaction body - inputs/outputs/kernels
body: TransactionBody, pub body: TransactionBody,
} }
impl DefaultHashable for Transaction {} impl DefaultHashable for Transaction {}