Allow any ac_pubkey import for testing

This commit is contained in:
jl777
2018-12-27 01:12:37 -11:00
parent 75ecbdebb4
commit 33f99eb34a

View File

@@ -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" )
{