You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ledger/transaction_logic: extract transaction_witness module to separate file
Extract the transaction_witness module from transaction_logic/mod.rs into
its own file. This is a small module containing only the TransactionWitness
struct used for transaction proofs.
Changes:
- Extract transaction_witness module to transaction_logic/transaction_witness.rs
- Use explicit imports instead of 'use super::*'
- Update mod.rs to reference the new module file
0 commit comments