Browse Source

Allow any ac_pubkey import for testing

pull/4/head
jl777 6 years ago
parent
commit
33f99eb34a
  1. 2
      src/cc/import.cpp

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

Loading…
Cancel
Save