Skip to content

Commit d775061

Browse files
chore: merge
2 parents d3d9125 + 4fd1298 commit d775061

File tree

1 file changed

+1
-3
lines changed
  • examples/omni-lock-administrator

1 file changed

+1
-3
lines changed

examples/omni-lock-administrator/index.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ export function toMessages(tx: helpers.TransactionSkeletonType) {
117117

118118
// locks you want to sign
119119
const signLock = tx.inputs.get(0)?.cell_output.lock!;
120-
console.log(signLock)
121-
122120
const messageGroup = commons.createP2PKHMessageGroup(tx, [signLock], {
123121
hasher: {
124122
update: (message) => hasher.update(message.buffer),
@@ -368,4 +366,4 @@ const main = async () => {
368366
console.log(txHash)
369367
}
370368

371-
main()
369+
main()

0 commit comments

Comments
 (0)