Skip to content

Commit

Permalink
Warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mueller committed Apr 6, 2021
1 parent ececbd0 commit e233a9c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion plutus-pab/src/Cardano/Wallet/Mock.hs
Expand Up @@ -102,7 +102,6 @@ handleMultiWallet = do
wallets <- get @Wallets
case Map.lookup wallet wallets of
Just walletState -> do
-- let walletState = WalletState privateKey emptyNodeClientState mempty (defaultSigningProcess wallet)
(x, newState) <- runState walletState $ action & raiseEnd & interpret Wallet.handleWallet
put @Wallets (wallets & at wallet .~ Just newState)
pure x
Expand Down
1 change: 0 additions & 1 deletion plutus-pab/src/Cardano/Wallet/Types.hs
Expand Up @@ -47,7 +47,6 @@ import Data.Map.Strict (Map)
import Data.Text (Text)
import Data.Text.Prettyprint.Doc (Pretty (..), (<+>))
import GHC.Generics (Generic)
import Ledger (PrivateKey)
import Plutus.PAB.Arbitrary ()
import Servant (ServerError (..))
import Servant.Client (BaseUrl, ClientError)
Expand Down

0 comments on commit e233a9c

Please sign in to comment.