Skip to content

Commit 20dabc2

Browse files
committed
refacto: reduce visibilty of CardanoTransactionsSetProoffields
1 parent dc2c10a commit 20dabc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mithril-common/src/entities/cardano_transactions_set_proof.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ cfg_test_tools! {
1414
#[derive(Clone, Debug, PartialEq)]
1515
pub struct CardanoTransactionsSetProof {
1616
/// Hashes of the certified transactions
17-
pub transactions_hashes: Vec<TransactionHash>,
17+
pub(crate) transactions_hashes: Vec<TransactionHash>,
1818

1919
/// Proof of the transactions
20-
pub transactions_proof: ProtocolMkProof,
20+
pub(crate) transactions_proof: ProtocolMkProof,
2121
}
2222

2323
impl CardanoTransactionsSetProof {

0 commit comments

Comments
 (0)