We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfd013 commit eb9498fCopy full SHA for eb9498f
packages/transact/src/multisig.ts
@@ -142,7 +142,7 @@ export const MULTISIG_SIGNATURE_LENGTH_ERROR_MSG = 'Cannot add multisig signatur
142
const MULTISIG_KEY_NOT_EXIST_ERROR_MSG = 'Key does not exist'
143
144
/**
145
- * creates a raw, unsigned multisig transaction blob.
+ * creates a raw, multisig transaction blob without any signatures.
146
* @param txn - the actual transaction.
147
* @param version - multisig version
148
* @param threshold - multisig threshold
0 commit comments