mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
make field in tx_body public (#2762)
This commit is contained in:
parent
13c6160e15
commit
865b9b6b46
1 changed files with 1 additions and 1 deletions
|
@ -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 {}
|
||||
|
|
Loading…
Reference in a new issue