fix compiling for windows

This commit is contained in:
Evan Duffield 2015-03-04 11:17:30 -07:00
parent ead462c2bb
commit 119007dd48

View File

@ -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))