Skip to content

Commit

Permalink
Merge pull request #4104 from input-output-hk/sv/fix-master
Browse files Browse the repository at this point in the history
Fix merge conflict
  • Loading branch information
michaelpj committed Oct 14, 2021
2 parents 5197c90 + ace0f03 commit 2a59134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plutus-pab/src/Cardano/Wallet/Client.hs
Expand Up @@ -24,7 +24,7 @@ handleWalletClient
handleWalletClient _wallet event = do
case event of
SubmitTxn _t -> throwError $ OtherError "Not implemented yet"
OwnPubKey -> throwError $ OtherError "Not implemented yet"
OwnPubKeyHash -> throwError $ OtherError "Not implemented yet"
BalanceTx _utx -> throwError $ OtherError "Not implemented yet"
WalletAddSignature _tx -> throwError $ OtherError "Not implemented yet"
TotalFunds -> throwError $ OtherError "Not implemented yet"

0 comments on commit 2a59134

Please sign in to comment.