Skip to content

Commit bcfd013

Browse files
committed
chore: fix typo in delegateMultisig
1 parent b24787a commit bcfd013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/transact/src/logicsig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export class LogicSigAccount {
101101
this.sig = await signer(this)
102102
}
103103

104-
async deletegateMultisig(msig: MultisigAccount) {
104+
async delegateMultisig(msig: MultisigAccount) {
105105
if (this.lmsig == undefined) {
106106
this.lmsig = {
107107
subsignatures: [],

0 commit comments

Comments
 (0)