From 60f61204fdfa89aa32abf0b916f05021ee89295e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 15 May 2021 13:30:16 +0200 Subject: remove dangerous API as per discussion with FD --- core/api-wire.rst | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'core/api-wire.rst') diff --git a/core/api-wire.rst b/core/api-wire.rst index e05aa848..f82ceaa2 100644 --- a/core/api-wire.rst +++ b/core/api-wire.rst @@ -204,18 +204,6 @@ Querying the transaction history // The reserve public key extracted from the transaction details. reserve_pub: EddsaPublicKey; - // Set to 'true' if this wire transfer originates from - // a bank account with a partner bank that implies that - // the KYC has already been satisfied for this reserve - // because of it. - // FIXME: is this acceptable? Seems like users could - // easily be tricked into wiring funds to a reserve that - // they do NOT own, and then being held responsibe for - // the resulting account. So when setting this bit, - // we'd need at least a reserve_sig over the credit_account, - // which we do not get here... (DANGEROUS API). - // => need to discuss KYC more with real banks. - kyc_completed: boolean; } .. ts:def:: IncomingWadTransaction -- cgit v1.2.3