mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update cmd/clef/intapi_changelog.md
Co-Authored-By: ligi <ligi@ligi.de>
This commit is contained in:
parent
be66762e46
commit
07e33af747
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ Added `clef_New` to the internal API calleable from a UI.
|
||||||
|
|
||||||
> `New` creates a new password protected Account. The private key is protected with
|
> `New` creates a new password protected Account. The private key is protected with
|
||||||
> the given password. Users are responsible to backup the private key that is stored
|
> the given password. Users are responsible to backup the private key that is stored
|
||||||
> in the keystore location thas was specified when this API was created.
|
> in the keystore location that was specified when this API was created.
|
||||||
> This method is the same as New on the external API, the difference being that
|
> This method is the same as New on the external API, the difference being that
|
||||||
> this implementation does not ask for confirmation, since it's initiated by
|
> this implementation does not ask for confirmation, since it's initiated by
|
||||||
> the user
|
> the user
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue