Autologout 777

This commit is contained in:
jl777
2019-07-06 08:13:37 -11:00
parent a099b3a025
commit 912f50a0e4
2 changed files with 2 additions and 2 deletions

View File

@@ -228,7 +228,7 @@ UniValue NSPV_login(char *wifstr)
strncpy(NSPV_wifstr,wifstr,sizeof(NSPV_wifstr)-1);
NSPV_logintime = (uint32_t)time(NULL);
result.push_back(Pair("result","success"));
result.push_back(Pair("status","wif will expire in 60 seconds"));
result.push_back(Pair("status","wif will expire in 777 seconds"));
NSPV_key = DecodeSecret(wifstr);
CPubKey pubkey = NSPV_key.GetPubKey();
CKeyID vchAddress = pubkey.GetID();

View File

@@ -20,7 +20,7 @@
// nSPV wallet uses superlite functions (and some komodod built in functions) to implement nSPV_spend
extern void TxToJSON(const CTransaction& tx, const uint256 hashBlock, UniValue& entry);
#define NSPV_AUTOLOGOUT 60
#define NSPV_AUTOLOGOUT 777
#define NSPV_BRANCHID 0x76b809bb