@clonegod/ttd-bsc-common 1.0.66 → 1.0.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -415,7 +415,7 @@ class AbstractEvmDexTradePlus extends dist_1.AbastrcatTrade {
|
|
|
415
415
|
getWalletNextNonce(walletAddress) {
|
|
416
416
|
return __awaiter(this, void 0, void 0, function* () {
|
|
417
417
|
try {
|
|
418
|
-
const wallet_assets = yield this.redisClient.hgetvalue(`${this.chainNameLower}:wallet:assets`, walletAddress);
|
|
418
|
+
const wallet_assets = yield this.redisClient.hgetvalue(`${this.chainNameLower}:wallet:assets`, walletAddress.toLowerCase());
|
|
419
419
|
if (!wallet_assets) {
|
|
420
420
|
return 0;
|
|
421
421
|
}
|