Skip to content

Commit

Permalink
post rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljakubas committed Apr 12, 2023
1 parent 0c8ce21 commit b3c44c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wallet/src/Cardano/Wallet.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2921,7 +2921,7 @@ delegationFee db@DBLayer{atomically, walletsDB} netLayer
pureTimeInterpreter <- liftIO $ snapshot ti
unsignedTxBody <- wrapErrMkTransaction $
mkUnsignedTransaction txLayer @era
(unsafeShelleyOnlyGetRewardXPub (getState wallet))
(Left $ unsafeShelleyOnlyGetRewardXPub (getState wallet))
(fst protocolParams)
defaultTransactionCtx
-- It would seem that we should add a delegation action
Expand Down

0 comments on commit b3c44c7

Please sign in to comment.