Vectorize OraclesPrices

This commit is contained in:
jl777
2018-09-06 23:51:18 -11:00
parent 0277d772fb
commit 6b078fa6fe
2 changed files with 64 additions and 44 deletions

View File

@@ -19,8 +19,6 @@
#include "CCinclude.h"
#define ORACLES_MAXPROVIDERS 64
bool OraclesValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx);
std::string OracleCreate(int64_t txfee,std::string name,std::string description,std::string format);
std::string OracleRegister(int64_t txfee,uint256 oracletxid,int64_t datafee);