mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-11-03 12:57:03 +00:00
Make Transaction public so we can test it with fake transactions
This commit is contained in:
@@ -38,8 +38,8 @@ impl fmt::Display for TxId {
|
|||||||
/// A Zcash transaction.
|
/// A Zcash transaction.
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct Transaction {
|
pub struct Transaction {
|
||||||
txid: TxId,
|
pub txid: TxId,
|
||||||
data: TransactionData,
|
pub data: TransactionData,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Deref for Transaction {
|
impl Deref for Transaction {
|
||||||
|
|||||||
Reference in New Issue
Block a user