Sat Jul 20 20:40:02 CST 2019 Source Update...

This commit is contained in:
2019-07-20 20:40:02 +08:00
parent 59a5459080
commit 081044155c
12 changed files with 118 additions and 33 deletions

View File

@@ -490,6 +490,13 @@
{
CanSendTransaction=1;
}
if(Data.NET_WORK_MODE && Data.NET_WORK_MODE.NOT_RUN)
{
CanSendTransaction=0;
WalletStatus="OK";
SetMainStatus("<DIV align='center' style='color:#565571'><big><B>NODE NOT RUNING</B></big></DIV>",1);
}
MaxAccID=Data.MaxAccID;
MaxDappsID=Data.MaxDappsID;