diff --git a/package.json b/package.json index 85e85e8..c111a19 100644 --- a/package.json +++ b/package.json @@ -89,6 +89,6 @@ }, "apidoc": { "title": "bch-api", - "url": "https://api.fullstack.cash/v3/" + "url": "https://api.fullstack.cash/v3" } } diff --git a/src/routes/v3/encryption.js b/src/routes/v3/encryption.js index c393598..d6285f4 100644 --- a/src/routes/v3/encryption.js +++ b/src/routes/v3/encryption.js @@ -75,7 +75,9 @@ class Encryption { * @api {get} /encryption/publickey/{addr} Get public key for a BCH address. * @apiName Get encryption key for bch address * @apiGroup Encryption - * @apiDescription Searches the blockchain for a public key associated with a BCH address. + * @apiDescription Searches the blockchain for a public key associated with a + * BCH address. Returns an object. If successful, the publicKey property will + * contain a hexidecimal representation of the public key. * * * @apiExample Example usage: