Fix spelling typos

This commit is contained in:
Thomas
2026-06-18 09:30:42 +02:00
parent 6476ec8f2c
commit 02db831d01
35 changed files with 47 additions and 47 deletions
+1 -1
View File
@@ -496,7 +496,7 @@ class MultisigTest():
assert frozen
# Try signing multisig (this operation should fail b/c of the frozen key image)
print("Attemping to sign with frozen key image. This should fail")
print("Attempting to sign with frozen key image. This should fail")
try:
res = self.wallet[signers[1]].sign_multisig(multisig_txset)
raise ValueError('sign_multisig should not have succeeded w/ frozen enotes')