Skip to content

Commit

Permalink
πŸ”€ Merge #447 into deploy/rinkeby
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Feb 21, 2024
2 parents 083171b + b3d7af8 commit 73fa27c
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: this.iscnId,
iscnId: extractIscnIdPrefix(this.iscnId),
gas: new BigNumber(ISCN_GAS_FEE).multipliedBy(UPDATE_ISCN_GAS_MULTIPLIER).toFixed(0),
})
if (result) {
Expand Down

0 comments on commit 73fa27c

Please sign in to comment.