Skip to content

Commit

Permalink
Fix demo wallet creation
Browse files Browse the repository at this point in the history
  • Loading branch information
hrajchert committed Oct 12, 2021
1 parent 3e9b010 commit 0d81d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marlowe-dashboard-client/src/API/Url.purs
Expand Up @@ -22,4 +22,4 @@ instance contractInstanceIdToUrlPiece :: ToUrlPiece ContractInstanceId where
toUrlPiece (ContractInstanceId { unContractInstanceId: JsonUUID uuid }) = UUID.toString uuid

instance walletToUrlPiece :: ToUrlPiece Wallet where
toUrlPiece (Wallet { getWalletId }) = show getWalletId
toUrlPiece (Wallet { getWalletId }) = getWalletId

0 comments on commit 0d81d0e

Please sign in to comment.