From 33f99eb34a7a7e99b572e0e79b1d04909c8ea565 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 27 Dec 2018 01:12:37 -1100 Subject: [PATCH] Allow any ac_pubkey import for testing --- src/cc/import.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/import.cpp b/src/cc/import.cpp index a5deea0cd..4d61b4bf8 100644 --- a/src/cc/import.cpp +++ b/src/cc/import.cpp @@ -47,7 +47,7 @@ int32_t GetSelfimportProof(TxProof &proof,CTransaction burnTx,uint256 hash) // f else if ( ASSETCHAINS_SELFIMPORT == "PUBKEY" ) { // make sure vin0 is signed by ASSETCHAINS_OVERRIDE_PUBKEY33 - return(-1); + return(0); } else if ( ASSETCHAINS_SELFIMPORT == "GATEWAY" ) {