mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 13:03:17 +01:00
fix compiling for windows
This commit is contained in:
parent
ead462c2bb
commit
119007dd48
@ -523,7 +523,7 @@ int GetInputDarksendRounds(CTxIn in, int rounds)
|
|||||||
if(rounds >= 17) return rounds;
|
if(rounds >= 17) return rounds;
|
||||||
|
|
||||||
uint256 hash = in.prevout.hash;
|
uint256 hash = in.prevout.hash;
|
||||||
uint nout = in.prevout.n;
|
unsigned int nout = in.prevout.n;
|
||||||
|
|
||||||
CWalletTx wtx;
|
CWalletTx wtx;
|
||||||
if(pwalletMain->GetTransaction(hash, wtx))
|
if(pwalletMain->GetTransaction(hash, wtx))
|
||||||
|
Loading…
Reference in New Issue
Block a user