From 3fb046946e0208dcad51b984ed36f496f434b30f Mon Sep 17 00:00:00 2001 From: aurorabor Date: Thu, 25 May 2023 17:42:52 -0700 Subject: [PATCH] removed legacy V2 Token switch and functions --- src/pages/WalletPage.vue | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/src/pages/WalletPage.vue b/src/pages/WalletPage.vue index 6f35b432..735eafae 100644 --- a/src/pages/WalletPage.vue +++ b/src/pages/WalletPage.vue @@ -646,18 +646,6 @@ -
-
- -
-
0)) { - // nothing to do - return; - } - if (this.showSendTokenLegacyV2Token) { - // convert to V3 - this.sendData.tokensBase64 = this.serializeProofs(this.sendData.tokens); - this.showSendTokenLegacyV2Token = false; - } else { - // convert to V2 - this.sendData.tokensBase64 = this.serializeProofsV2( - this.sendData.tokens - ); - this.showSendTokenLegacyV2Token = true; - } - }, showSendTokensDialog: function () { console.log("##### showSendTokensDialog"); this.sendData.tokens = "";