mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-30 03:51:22 +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.
|
||||
#[derive(Debug)]
|
||||
pub struct Transaction {
|
||||
txid: TxId,
|
||||
data: TransactionData,
|
||||
pub txid: TxId,
|
||||
pub data: TransactionData,
|
||||
}
|
||||
|
||||
impl Deref for Transaction {
|
||||
|
Reference in New Issue
Block a user