Skip to content

Commit

Permalink
chore: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
PainterPuppets committed Jun 23, 2022
2 parents d3d9125 + 4fd1298 commit d775061
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/omni-lock-administrator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ export function toMessages(tx: helpers.TransactionSkeletonType) {

// locks you want to sign
const signLock = tx.inputs.get(0)?.cell_output.lock!;
console.log(signLock)

const messageGroup = commons.createP2PKHMessageGroup(tx, [signLock], {
hasher: {
update: (message) => hasher.update(message.buffer),
Expand Down Expand Up @@ -368,4 +366,4 @@ const main = async () => {
console.log(txHash)
}

main()
main()

0 comments on commit d775061

Please sign in to comment.