Commit aff5f24
committed
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 file1 parent 137204b commit aff5f24
File tree
2 files changed
+19
-20
lines changed- ledger/src/scan_state/transaction_logic
2 files changed
+19
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1034 | 1034 | | |
1035 | 1035 | | |
1036 | 1036 | | |
1037 | | - | |
1038 | | - | |
1039 | | - | |
1040 | | - | |
1041 | | - | |
1042 | | - | |
1043 | | - | |
1044 | | - | |
1045 | | - | |
1046 | | - | |
1047 | | - | |
1048 | | - | |
1049 | | - | |
1050 | | - | |
1051 | | - | |
1052 | | - | |
1053 | | - | |
1054 | | - | |
1055 | | - | |
1056 | | - | |
| 1037 | + | |
1057 | 1038 | | |
1058 | 1039 | | |
1059 | 1040 | | |
| |||
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments