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
+1 -1
View File
@@ -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 {}