Skip to content

Commit

Permalink
Remove erroneous double cash sign
Browse files Browse the repository at this point in the history
  • Loading branch information
alnoki committed Jun 1, 2023
1 parent 0013bcf commit f2056e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/aptos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ All notable changes to the Aptos CLI will be captured in this file. This project
* If `aptos init` is run with a faucet URL specified (which happens by default when using the local, devnet, or testnet network options) and funding the account fails, the account creation is considered a failure and nothing is persisted. Previously it would report success despite the account not being created on chain.
* When specifying a profile where the `AuthenticationKey` has been rotated, now the `AccountAddress` is properly used from the config file
* Update `aptos init` to fix an incorrect account address issue, when trying to init with a rotated private key. Right now it does an actual account lookup instead of deriving from public key
$$
### Added
* Updates to prover and framework specs

Expand Down

0 comments on commit f2056e4

Please sign in to comment.