Skip to content

Commit

Permalink
fixup! fixup! chore: formatting and syntax improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Unisay committed Nov 7, 2022
1 parent d0f2cce commit 03bfe2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/wallet/api/http/Cardano/Wallet/Api/Http/Server.hs
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ server byron icarus shelley multisig spl ntp blockchainSource =
(icarus, deleteTransaction icarus wid txid)
)
:<|> (\wid tx -> withLegacyLayer wid
(byron , do
(byron, do
let pwd = coerce (getApiT $ tx ^. #passphrase)
genChange <- rndStateChange byron wid pwd
postTransactionOld byron genChange wid tx
Expand All @@ -519,7 +519,7 @@ server byron icarus shelley multisig spl ntp blockchainSource =
)
)
:<|> (\wid tx -> withLegacyLayer wid
(byron , postTransactionFeeOld byron wid tx)
(byron, postTransactionFeeOld byron wid tx)
(icarus, postTransactionFeeOld icarus wid tx)
)

Expand Down

0 comments on commit 03bfe2c

Please sign in to comment.