From b3d7af86f07c7ca5fdabe7a9e454540fad46f561 Mon Sep 17 00:00:00 2001 From: William Chong Date: Thu, 22 Feb 2024 01:11:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Use=20iscn=20prefix=20for=20upda?= =?UTF-8?q?te=20iscn=20msg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/edit/_iscnId.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/edit/_iscnId.vue b/pages/edit/_iscnId.vue index 3988e367..e86e976f 100644 --- a/pages/edit/_iscnId.vue +++ b/pages/edit/_iscnId.vue @@ -428,7 +428,7 @@ export default class EditIscnPage extends Vue { try { await this.initIfNecessary() const result = await signISCN(this.payload, this.signer, this.address, { - iscnId: this.iscnId, + iscnId: extractIscnIdPrefix(this.iscnId), gas: new BigNumber(ISCN_GAS_FEE).multipliedBy(UPDATE_ISCN_GAS_MULTIPLIER).toFixed(0), }) if (result) {