Merge remote-tracking branch 'monero-official/master' into network-1.6-work1

This commit is contained in:
rfree2monero 2015-04-01 18:24:45 +02:00
commit 3cbdf198f1
98 changed files with 9505 additions and 2470 deletions

View file

@ -487,7 +487,9 @@ inline bool do_replay_events(std::vector<test_event_entry>& events)
cryptonote::cryptonote_protocol_stub pr; //TODO: stub only for this kind of test, make real validation of relayed objects
cryptonote::core c(&pr);
if (!c.init(vm, false))
// FIXME: make sure that vm has arg_testnet_on set to true or false if
// this test needs for it to be so.
if (!c.init(vm))
{
std::cout << concolor::magenta << "Failed to init core" << concolor::normal << std::endl;
return false;