mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-09 01:29:39 +00:00
Addresses the following review comments: - "I'd keep this crate independent of wallet references" I replaced all with "supplied npk". - Rename request on locals attested_keys/wallet_keys In mask_3_wallet_npk_mismatch_panics the two key sets play distinct roles, one produces the pre_state's account_id (the registered pair) and the other is supplied in private_account_keys as the mismatched npk. Collapsing both to `keys` would be misleading. I renamed to keys_a and keys_b with an inline comment noting which one is the registered one and which one is mismatched.