From 98f2341a4bc51ec48f401b7c23a627f6cfbb49a6 Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Wed, 20 Mar 2024 10:07:40 -0400 Subject: [PATCH] speellling --- shared/multisig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/multisig.py b/shared/multisig.py index 0e331081..d50f6509 100644 --- a/shared/multisig.py +++ b/shared/multisig.py @@ -438,7 +438,7 @@ class MultisigWallet: # possible deposit addresses for this wallet. Never show # user the resulting addresses because we cannot be certain # they are valid and could be signed. And yet, dont blank too many - # spots or else an attacker could grid out a suitable replacement. + # spots or else an attacker could grind out a suitable replacement. ch = self.chain assert self.addr_fmt, 'no addr fmt known'