diff --git a/03-transactions.md b/03-transactions.md index c72bd09..fc5e53a 100644 --- a/03-transactions.md +++ b/03-transactions.md @@ -575,7 +575,7 @@ A double-check, that all previous secrets derive correctly, is needed; if this check fails, the secrets were not generated from the same seed: insert_secret(secret, I): - B = where_to_put_secret(secret, I) + B = where_to_put_secret(I) # This tracks the index of the secret in each bucket across the traversal. for b in 0 to B: