Skip to content

Commit

Permalink
post rebase clean
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljakubas committed Apr 14, 2023
1 parent 721a484 commit 990aaff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/wallet/api/http/Cardano/Wallet/Api/Http/Shelley/Server.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2941,8 +2941,7 @@ constructSharedTransaction


decodeSharedTransaction
:: forall (n :: NetworkDiscriminant)
. (HasSNetworkId n, NetworkDiscriminantBits n)
:: forall (n :: NetworkDiscriminant) . HasSNetworkId n
=> ApiLayer (SharedState n SharedKey) SharedKey 'CredFromScriptK
-> ApiT WalletId
-> ApiSerialisedTransaction
Expand Down Expand Up @@ -3406,8 +3405,7 @@ isForeign apiDecodedTx =
all isWdrlForeign generalWdrls

submitSharedTransaction
:: forall (n :: NetworkDiscriminant)
. (HasSNetworkId n, NetworkDiscriminantBits n)
:: forall (n :: NetworkDiscriminant) . HasSNetworkId n
=> ApiLayer (SharedState n SharedKey) SharedKey 'CredFromScriptK
-> ApiT WalletId
-> ApiSerialisedTransaction
Expand Down

0 comments on commit 990aaff

Please sign in to comment.