mirror of
https://github.com/mimblewimble/grin.git
synced 2025-03-13 20:41: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,
|
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 {}
|
||||||
|
|
Loading…
Reference in a new issue