From fee6ab944b5b9223cd8a8c945af0b2c6fec01a84 Mon Sep 17 00:00:00 2001 From: Albert Date: Mon, 20 May 2019 01:59:39 +0200 Subject: [PATCH] Fix typo --- EIPS/eip-1815.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-1815.md b/EIPS/eip-1815.md index ef05afb6fa013b..967115b925ff4e 100644 --- a/EIPS/eip-1815.md +++ b/EIPS/eip-1815.md @@ -21,7 +21,7 @@ Currently there doesn't exist any standard interface/contract for blind auctions ## Motivation -Many dApps that use blind auctions have appeared in the last years, each one reinventing the wheel and implementing blind auctions in ways that are conceptually similar but with special quirks and different interfaces, thus making it impossible for a system to interact with all of these without accomodating all these differences. This ERC aims to solve that by standarizing an interface for blind auctions contracts, which will enable the creation of systems that can interact with any blind auctions without requiring specialized code. +Many dApps that use blind auctions have appeared in the last years, each one reinventing the wheel and implementing blind auctions in ways that are conceptually similar but with special quirks and different interfaces, thus making it impossible for a system to interact with all of these without accommodating all these differences. This ERC aims to solve that by standarizing an interface for blind auctions contracts, which will enable the creation of systems that can interact with any blind auctions without requiring specialized code. ## Specification