summaryrefslogtreecommitdiff
path: root/src/account-server/accountclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/account-server/accountclient.h')
-rw-r--r--src/account-server/accountclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account-server/accountclient.h b/src/account-server/accountclient.h
index 5ccb0f1d..6c64e2f6 100644
--- a/src/account-server/accountclient.h
+++ b/src/account-server/accountclient.h
@@ -51,7 +51,7 @@ class AccountClient : public NetComputer
AccountClientStatus status;
int version;
- std::string stellarToken;
+ std::string token;
private:
std::unique_ptr<Account> mAccount;