]> Git Repo - VerusCoin.git/blobdiff - src/key_io.h
Merge pull request #128 from miketout/dev
[VerusCoin.git] / src / key_io.h
index 47ca84fb8d5dda54d10a5afe60826712e73e04ce..3606ad09fec3e2e4d9d82c8cb44d5df757141110 100644 (file)
@@ -31,7 +31,7 @@ bool IsValidDestinationString(const std::string& str, const CChainParams& params
 
 std::string EncodePaymentAddress(const libzcash::PaymentAddress& zaddr);
 libzcash::PaymentAddress DecodePaymentAddress(const std::string& str);
-bool IsValidPaymentAddressString(const std::string& str);
+bool IsValidPaymentAddressString(const std::string& str, uint32_t consensusBranchId);
 
 std::string EncodeViewingKey(const libzcash::ViewingKey& vk);
 libzcash::ViewingKey DecodeViewingKey(const std::string& str);
This page took 0.01983 seconds and 4 git commands to generate.