diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 740ff03686..cfbdb8b66d 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -4938,6 +4938,7 @@ bool DerivePubTweak(const std::vector& vPath, const CPubKey& keyMaster return true; } +// For general cryptographic design of peg-out authorization scheme, see: https://github.com/ElementsProject/secp256k1-zkp/blob/secp256k1-zkp/src/modules/whitelist/whitelist.md UniValue initpegoutwallet(const JSONRPCRequest& request) {