Skip to content

Commit

Permalink
fixup! remove unnecessary polymorphism
Browse files Browse the repository at this point in the history
  • Loading branch information
Unisay committed Nov 11, 2022
1 parent a4c6050 commit a8a2027
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ mkSharedWallet
, Shared.SupportsDiscovery n k
)
=> MkApiWallet ctx s ApiSharedWallet
mkSharedWallet ctx@ApiLayer{..} wid cp meta delegation pending progress =
mkSharedWallet ctx wid cp meta delegation pending progress =
case Shared.ready st of
Shared.Pending -> pure $ ApiSharedWallet $ Left $ ApiPendingSharedWallet
{ id = ApiT wid
Expand Down

0 comments on commit a8a2027

Please sign in to comment.