From bf242c10dae690dded8ad3f5d4c3236d6e758853 Mon Sep 17 00:00:00 2001 From: Johannes Lund Date: Thu, 25 May 2023 17:42:33 +0200 Subject: [PATCH] fixup: add comment --- lib/wallet/src/Cardano/Wallet/Write/Tx.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wallet/src/Cardano/Wallet/Write/Tx.hs b/lib/wallet/src/Cardano/Wallet/Write/Tx.hs index 4d957730dc2..6f643169840 100644 --- a/lib/wallet/src/Cardano/Wallet/Write/Tx.hs +++ b/lib/wallet/src/Cardano/Wallet/Write/Tx.hs @@ -27,7 +27,7 @@ module Cardano.Wallet.Write.Tx ( -- * Eras - module Cardano.Wallet.Write.Era + module Cardano.Wallet.Write.Era -- until we create a Write umbrella module -- ** Key witness counts , KeyWitnessCount (..)