Browse Source

Use correct hash type for import

pull/451/head
miketout 2 years ago
parent
commit
380a852007
  1. 2
      src/pbaas/notarization.cpp

2
src/pbaas/notarization.cpp

@ -962,7 +962,7 @@ bool CPBaaSNotarization::NextNotarizationInfo(const CCurrencyDefinition &sourceS
uint160 externalSystemID = sourceSystem.SystemOrGatewayID() == ASSETCHAINS_CHAINID ?
((destSystemID == ASSETCHAINS_CHAINID) ? uint160() : destSystemID) :
ASSETCHAINS_CHAINID;
sourceSystem.GetID();
CCurrencyDefinition externalSystemDef;
if (externalSystemID.IsNull() || externalSystemID == ASSETCHAINS_CHAINID)

Loading…
Cancel
Save