RLPTests: refactoring

This commit is contained in:
Dimitry Khokhlov
2015-07-13 12:30:03 +04:00
committed by Dimitry
parent 2173ad25a9
commit 0ca5e4aca1
+1
View File
@@ -188,6 +188,7 @@ void doTransactionTests(json_spirit::mValue& _v, bool _fillin);
void doStateTests(json_spirit::mValue& v, bool _fillin);
void doVMTests(json_spirit::mValue& v, bool _fillin);
void doBlockchainTests(json_spirit::mValue& _v, bool _fillin);
void doRlpTests(json_spirit::mValue& v, bool _fillin);
template<typename mapType>
void checkAddresses(mapType& _expectedAddrs, mapType& _resultAddrs)