Skip to content

Commit

Permalink
3.5.6.2b-Leisure
Browse files Browse the repository at this point in the history
Gridcoin Research 3.5.6.2/MSI=40.0
Leisure Upgrade

- More efficiencies for neural network
- Fixed live ticker (Ticker was suppressing crypto prices)
- For Foundation | Expense | Add - Verify user is logged in, otherwise
throw an error.  Handle Add Expense properly.
Fixed column width of title on the view page so it does not extend off
the page.
- Added data support for Derp. Modified createrawtransaction to support
data + rawdata.
- Pull request 84 from TheCharlatan (PNG fix).
  • Loading branch information
gridcoin committed Apr 23, 2016
1 parent 3b61535 commit 4f40bf1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
#endif

#ifdef USE_UPNP
#include <miniwget.h>
#include <miniupnpc.h>
#include <upnpcommands.h>
#include <upnperrors.h>
#include <miniupnpc/miniwget.h>
#include <miniupnpc/miniupnpc.h>
#include <miniupnpc/upnpcommands.h>
#include <miniupnpc/upnperrors.h>
#endif

using namespace std;
Expand Down

0 comments on commit 4f40bf1

Please sign in to comment.