Skip to content

Commit

Permalink
Merge pull request #33 from hollow-leaf/feat/addReset
Browse files Browse the repository at this point in the history
feat: add reset & remove access
  • Loading branch information
Pianochicken authored Aug 25, 2023
2 parents 87745a3 + 2420c1f commit eb0b8a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tezos-interact/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const resetProposal = async (proposalNumber: number) => {
})
.then((hash) => {
console.log(`Reset operation finished: https://better-call.dev/ghostnet/opg/${hash}`)
return hash
})
.catch((error) => {
console.log(`Reset error: ${JSON.stringify(error, null, 2)}`)
Expand Down

0 comments on commit eb0b8a5

Please sign in to comment.