Fix various warnings

Found while building on Debian 7
This commit is contained in:
Luke Dashjr
2015-05-13 20:04:39 +00:00
committed by Jack Grigg
parent 55fca515d8
commit a79c8e24a5
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,