From c664c937e8b8428d6abb1ba3b372f508ce47ae66 Mon Sep 17 00:00:00 2001 From: Henry Chua Date: Tue, 7 May 2019 13:40:35 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37a3958..e56d44f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Switcheo (NEO Non-Custodial Decentralized Exchange) +# Switcheo (NEO) Smart contract for a non-custodial decentralized exchange on the NEO blockchain. @@ -148,4 +148,4 @@ This contract must be initialized with 2 valid coordinator addresses that the co ### Why 2 step withdrawals in system assets -We chose an implementation which uses transaction attributes instead of "method arguments" to prevent double withdrawals that can happen between the verification phase and application phase of NEO. \ No newline at end of file +We chose an implementation which uses transaction attributes instead of "method arguments" to prevent double withdrawals that can happen between the verification phase and application phase of NEO.