Add pause if scriptcheckqueue isn't idle

This commit is contained in:
jl777
2018-07-27 01:12:00 -11:00
parent 09c32513d1
commit c66eb36d51
6 changed files with 43 additions and 0 deletions

View File

@@ -57,6 +57,14 @@ int64_t GetAssetBalance(CPubKey pk,uint256 tokenid)
return(AddAssetInputs(cp,mtx,pk,tokenid,0,0));
}
UniValue AssetList(uint256 refassetid)
{
}
UniValue AssetInfo()
{
}
UniValue AssetOrders(uint256 refassetid)
{
static uint256 zero;