Skip to content

Commit eb9498f

Browse files
committed
chore: update createMultisigTransaction docstring
1 parent bcfd013 commit eb9498f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/transact/src/multisig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export const MULTISIG_SIGNATURE_LENGTH_ERROR_MSG = 'Cannot add multisig signatur
142142
const MULTISIG_KEY_NOT_EXIST_ERROR_MSG = 'Key does not exist'
143143

144144
/**
145-
* creates a raw, unsigned multisig transaction blob.
145+
* creates a raw, multisig transaction blob without any signatures.
146146
* @param txn - the actual transaction.
147147
* @param version - multisig version
148148
* @param threshold - multisig threshold

0 commit comments

Comments
 (0)