test rpc serialization Sleep added

This commit is contained in:
dimxy
2019-01-22 14:20:33 +05:00
parent bd29037628
commit a87816f551

View File

@@ -1116,6 +1116,8 @@ UniValue HeirInfo(uint256 fundingtxid)
std::ostringstream stream;
std::string msg;
Sleep(10000);
result.push_back(Pair("fundingtxid", fundingtxid.GetHex()));
result.push_back(Pair("name", heirName.c_str()));