Mon Jul 15 09:22:45 CST 2019 Source Update...

This commit is contained in:
2019-07-15 09:22:45 +08:00
parent b415da0a52
commit 9e5466dfdd
8 changed files with 86 additions and 29 deletions

View File

@@ -447,7 +447,6 @@ class AccountApp extends require("./dapp")
var SysData = this.ReadStateTR(0);
var SysBalance = SysData.Value.SumCOIN;
const REF_PERIOD_START = global.START_MINING;
const REF_PERIOD_END = 30 * 1000 * 1000;
var AccountID = ReadUintFromArr(Block.AddrHash, 0);
if(AccountID < 8)
return ;
@@ -958,6 +957,8 @@ class AccountApp extends require("./dapp")
}
GetHole()
{
if(global.TEST_NETWORK)
return [];
return [{s:8300, f:186478}];
}
IsHole(num)