Fix various warnings

Found while building on Debian 7
This commit is contained in:
Luke Dashjr
2015-05-13 20:04:39 +00:00
parent e9d0d252fc
commit e617fe2578
3 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
using namespace std;
using namespace json_spirit;
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,