@@ -12,10 +12,10 @@
 | 
			
		||||
import './crypto-library'
 | 
			
		||||
import './log'
 | 
			
		||||
import { secp256k1 } from '../core/library'
 | 
			
		||||
import http = require('http');
 | 
			
		||||
import url = require('url');
 | 
			
		||||
import fs = require('fs');
 | 
			
		||||
import querystring = require('querystring');
 | 
			
		||||
import * as http from 'http'
 | 
			
		||||
import * as url from 'url'
 | 
			
		||||
import * as fs from 'fs'
 | 
			
		||||
import * as querystring from 'querystring'
 | 
			
		||||
import * as crypto from 'crypto';
 | 
			
		||||
 | 
			
		||||
var BlockTree = new global.STreeBuffer(300 * 1000, global.CompareItemHashSimple, "number");
 | 
			
		||||
@@ -529,7 +529,7 @@ HTTPCaller.GetWalletInfo = function(Params) {
 | 
			
		||||
        CurTime: Date.now(),
 | 
			
		||||
        IsDevelopAccount: global.IsDeveloperAccount(global.WALLET.PubKeyArr),
 | 
			
		||||
        AccountMap: global.WALLET.AccountMap,
 | 
			
		||||
        ArrLog: global.global.ArrLogClient,
 | 
			
		||||
        ArrLog: global.ArrLogClient,
 | 
			
		||||
        MaxAccID: global.DApps.Accounts.GetMaxAccount(),
 | 
			
		||||
        MaxActNum: global.DApps.Accounts.GetActsMaxNum(),
 | 
			
		||||
        MaxDappsID: global.DApps.Smart.GetMaxNum(),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user