From d5d84c4e700ba71f55e7bfb80d74bd63bbb503cf Mon Sep 17 00:00:00 2001 From: Jeff Vandrew Jr <43861226+JeffVandrewJr@users.noreply.github.com> Date: Thu, 14 Mar 2019 20:11:58 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dc5d08a..528aba9 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ You do not need to store any tokens or private keys. Simply `pickle` the client When you need to call a method on the client object later, pull the client object from persistent storage, unpickle it, and perform any of the methods above on it which you may need. +Note that the pairing code obtained from BTCPay may only be used once to create one client object. It is then forever burned. You may not recreate a client object by re-using the pairing code. + ## Creating a client the manual way (not necessary if you used the 'easy' method above) If you prefer to create the client object manually (as was the only way in the prior unofficial library), you can do so as follows. This is unnecessary for most developers and is preserved primarily to maintain backward compatibility with both the prior unofficial library and Bitpay.