Skip to content

Commit

Permalink
Revert "πŸ› Use iscn prefix for update iscn msg"
Browse files Browse the repository at this point in the history
This reverts commit b3d7af8.
  • Loading branch information
williamchong committed Feb 22, 2024
1 parent 73382e1 commit 0a878ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/edit/_iscnId.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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: extractIscnIdPrefix(this.iscnId),
iscnId: this.iscnId,
gas: new BigNumber(ISCN_GAS_FEE).multipliedBy(UPDATE_ISCN_GAS_MULTIPLIER).toFixed(0),
})
if (result) {
Expand Down

0 comments on commit 0a878ea

Please sign in to comment.