move rand functions from util to new random.h/.cpp
This commit is contained in:
@@ -6,12 +6,11 @@
|
||||
// Unit tests for canonical signatures
|
||||
//
|
||||
|
||||
|
||||
|
||||
#include "script.h"
|
||||
#include "util.h"
|
||||
#include "data/sig_noncanonical.json.h"
|
||||
#include "data/sig_canonical.json.h"
|
||||
#include "random.h"
|
||||
#include "script.h"
|
||||
#include "util.h"
|
||||
|
||||
#include <boost/foreach.hpp>
|
||||
#include <boost/test/unit_test.hpp>
|
||||
@@ -21,7 +20,6 @@
|
||||
using namespace std;
|
||||
using namespace json_spirit;
|
||||
|
||||
|
||||
// In script_tests.cpp
|
||||
extern Array read_json(const std::string& jsondata);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user