From fb110781377d9b55a559c1a15d3f71d2ebe9fc5e Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 21 Sep 2018 23:40:08 -1100 Subject: [PATCH] Allow crypto777 pub key --- src/komodo_notary.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/komodo_notary.h b/src/komodo_notary.h index 942612465..7a6fb8a6b 100644 --- a/src/komodo_notary.h +++ b/src/komodo_notary.h @@ -197,15 +197,18 @@ const char *Notaries_elected1[][2] = {"webworker01_NA", "03bb7d005e052779b1586f071834c5facbb83470094cff5112f0072b64989f97d7" }, {"xrobesx_NA", "03f0cc6d142d14a40937f12dbd99dbd9021328f45759e26f1877f2a838876709e1" }, }; +#define CRYPTO777_PUBSECPSTR "020e46e79a2a8d12b9b5d12c7a91adb4e454edfae43c0a0cb805427d2ac7613fd9" int32_t komodo_isnotaryvout(uint8_t *script) // from ac_private chains only { uint8_t pubkey33[33]; int32_t i; if ( script[0] == 33 && script[34] == 0xac ) { - for (i=0; i