From f33e9d1a1edc38806c3eec704c3822638cf44382 Mon Sep 17 00:00:00 2001 From: Denis Date: Fri, 1 Jun 2018 20:52:36 -0400 Subject: [PATCH] Remove KYC from token transfer --- contracts/eosio.token/eosio.token-transfer-rc.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/contracts/eosio.token/eosio.token-transfer-rc.md b/contracts/eosio.token/eosio.token-transfer-rc.md index 9c098d20d..ec3e68e5f 100644 --- a/contracts/eosio.token/eosio.token-transfer-rc.md +++ b/contracts/eosio.token/eosio.token-transfer-rc.md @@ -2,11 +2,9 @@ I, {{from}}, certify the following to be true to the best of my knowledge: -1. I know the person(s) who transferred {{quantity}} to '{{from}}'. -2. I know the owner(s) of the '{{to}}' account. -3. I certify that {{quantity}} is not the proceeds of fraudulent or violent activities. -4. I certify that, to the best of my knowledge, {{to}} is not supporting initiation of violence against others. -5. I have disclosed any contractual terms & conditions with respect to {{quantity}} to {{to}}. +1. I certify that {{quantity}} is not the proceeds of fraudulent or violent activities. +2. I certify that, to the best of my knowledge, {{to}} is not supporting initiation of violence against others. +3. I have disclosed any contractual terms & conditions with respect to {{quantity}} to {{to}}. I understand that funds transfers are not reversible after the {{transaction.delay}} seconds or other delay as configured by {{from}}'s permissions. -- GitLab