Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: De-dup pubkey conversion of cli-wallet param (#11948)
The public key option has a [function](https://github.com/AztecProtocol/aztec-packages/blob/master/yarn-project/cli-wallet/src/cmds/index.ts#L157) that interpreted the string to a public key, and this conversion was attempted [again](https://github.com/AztecProtocol/aztec-packages/blob/master/yarn-project/cli-wallet/src/cmds/index.ts#L209) on the PublicKeys type. TODO: Fix the comments of the cli wallet and `parsePublicKey` to better reflect that publicKey is not actually singular and a concatenation of all the contract's keys and is only used circumspectly when decrypting (but directly for nullifying) --------- Co-authored-by: esau <[email protected]>
- Loading branch information