File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ This is the data you can read from authorized users:
38
38
* Email
39
39
* Username
40
40
* Verified user cryptocurrency addresses
41
- * NOS Balance
42
41
* NOS Holding Score
43
42
44
43
More features for reading (and writing) user data will be available in the future.
@@ -177,8 +176,6 @@ if (!empty($_SESSION['access_token'])) {
177
176
$content .= "<br >";
178
177
$content .= "<strong >Verified NEO Address:</strong > $neo_address";
179
178
$content .= "<br >";
180
- $content .= "<strong >NOS Balance:</strong > " . $response->balance_nos;
181
- $content .= "<br >";
182
179
$content .= "<strong >Holding Score:</strong > " . $response->holding_score;
183
180
$content .= "</div >";
184
181
}
@@ -275,8 +272,6 @@ if (!empty($_SESSION['access_token'])) {
275
272
$content .= "<br >";
276
273
$content .= "<strong >Verified NEO Address:</strong > $neo_address";
277
274
$content .= "<br >";
278
- $content .= "<strong >NOS Balance:</strong > " . $response->balance_nos;
279
- $content .= "<br >";
280
275
$content .= "<strong >Holding Score:</strong > " . $response->holding_score;
281
276
$content .= "</div >";
282
277
}
You can’t perform that action at this time.
0 commit comments