diff --git a/pages/edit/_iscnId.vue b/pages/edit/_iscnId.vue index c7095ae3..62e71fdf 100644 --- a/pages/edit/_iscnId.vue +++ b/pages/edit/_iscnId.vue @@ -429,7 +429,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) {