Skip to content

Commit 8d99284

Browse files
committed
WIP
1 parent 82c3d9b commit 8d99284

File tree

3 files changed

+81
-185
lines changed

3 files changed

+81
-185
lines changed

eras/shelley/impl/src/Cardano/Ledger/Shelley/BlockChain.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import Cardano.Ledger.Binary (
5050
)
5151
import Cardano.Ledger.Core
5252
import Cardano.Ledger.Shelley.Era (ShelleyEra)
53-
import Cardano.Ledger.Shelley.Tx (ShelleyTx, segWitTx)
53+
import Cardano.Ledger.Shelley.Tx (ShelleyTx)
5454
import Cardano.Ledger.Slot (SlotNo (..))
5555
import Control.Monad (unless)
5656
import Data.ByteString (ByteString)

eras/shelley/impl/src/Cardano/Ledger/Shelley/Tx.hs

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
module Cardano.Ledger.Shelley.Tx (
22
-- * Transaction
3-
ShelleyTx (
4-
MkShelleyTx,
5-
ShelleyTx,
6-
body,
7-
wits,
8-
auxiliaryData
9-
),
10-
ShelleyTxRaw (..),
3+
ShelleyTx (..),
114
bodyShelleyTxL,
125
witsShelleyTxL,
136
auxDataShelleyTxL,
147
sizeShelleyTxF,
158
wireSizeShelleyTxF,
16-
segWitTx,
179
mkBasicShelleyTx,
1810
shelleyMinFeeTx,
1911
witsFromTxWitnesses,

0 commit comments

Comments
 (0)