mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
bug: should use txidCollateral to calculate confirmations (#1188)
This commit is contained in:
parent
af33fd2217
commit
637a93ccfb
@ -180,7 +180,7 @@ void CBudgetManager::SubmitFinalBudget()
|
|||||||
txidCollateral = mapCollateralTxids[tempBudget.GetHash()];
|
txidCollateral = mapCollateralTxids[tempBudget.GetHash()];
|
||||||
}
|
}
|
||||||
|
|
||||||
int conf = GetIXConfirmations(tx.GetHash());
|
int conf = GetIXConfirmations(txidCollateral);
|
||||||
CTransaction txCollateral;
|
CTransaction txCollateral;
|
||||||
uint256 nBlockHash;
|
uint256 nBlockHash;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user