mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +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;
|
||||
|
||||
uint256 hash = in.prevout.hash;
|
||||
uint nout = in.prevout.n;
|
||||
unsigned int nout = in.prevout.n;
|
||||
|
||||
CWalletTx wtx;
|
||||
if(pwalletMain->GetTransaction(hash, wtx))
|
||||
|
Loading…
Reference in New Issue
Block a user