]> Git Repo - VerusCoin.git/blobdiff - src/pbaas/pbaas.cpp
Record spends of zero outputs
[VerusCoin.git] / src / pbaas / pbaas.cpp
index a963706f45966e7a36db595ddab7ef2bca6fd355..453d0ddf66a5ea61257a10fcc64f3c061557108d 100644 (file)
@@ -1542,8 +1542,7 @@ void CConnectedChains::AggregateChainTransfers(const CTxDestination &feeOutput,
                                 }
 
                                 //printf("%s: total export amounts:\n%s\n", __func__, totalAmounts.ToUniValue().write().c_str());
-
-                                CCrossChainExport ccx(lastChain, numInputs, totalAmounts, totalTxFees);
+                                CCrossChainExport ccx(lastChain, numInputs, totalAmounts.CanonicalMap(), totalTxFees.CanonicalMap());
 
                                 // make extra outputs for fees in each currency
                                 for (auto &outPair : ccx.CalculateExportFee().CanonicalMap().valueMap)
This page took 0.023629 seconds and 4 git commands to generate.