Merge pull request #6133

e617fe2 Fix various warnings (Luke Dashjr)
This commit is contained in:
Wladimir J. van der Laan
2015-07-02 19:47:25 +02:00
3 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
using namespace std;
static const int MAX_GETUTXOS_OUTPOINTS = 15; //allow a max of 15 outpoints to be queried at once
static const size_t MAX_GETUTXOS_OUTPOINTS = 15; //allow a max of 15 outpoints to be queried at once
enum RetFormat {
RF_UNDEF,