commit 60f61204fdfa89aa32abf0b916f05021ee89295e parent b944ce40628194e9f77d769fab8c6004446c9e21 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 15 May 2021 13:30:16 +0200 remove dangerous API as per discussion with FD Diffstat:
| M | core/api-wire.rst | | | 12 | ------------ |
1 file changed, 0 insertions(+), 12 deletions(-)
diff --git 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