Skip to content

Commit

Permalink
adds missing files from previous committ
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlBeek committed Sep 2, 2021
1 parent 885af40 commit 5c5c298
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

Please read [Launchpad Validator FAQs](https://launchpad.ethereum.org/faq#keys) before generating the keys.

You can find the audit report by Trail of Bits [here](https://github.com/trailofbits/publications/blob/master/reviews/ETH2DepositCLI.pdf).
You can find the audit report by Trail of Bits [here](https://github.com/trailofbits/publications/blob/master/reviews/staking_depositCLI.pdf).

## Tutorial for users

Expand Down
2 changes: 1 addition & 1 deletion staking_deposit/key_handling/key_derivation/mnemonic.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
SHA256,
PBKDF2,
)
from eth2deposit.utils.file_handling import (
from staking_deposit.utils.file_handling import (
resource_path,
)

Expand Down
2 changes: 1 addition & 1 deletion staking_deposit/utils/intl.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from staking_deposit.utils.file_handling import (
resource_path,
)
from eth2deposit.exceptions import ValidationError
from staking_deposit.exceptions import ValidationError


def _get_from_dict(dataDict: Dict[str, Any], mapList: Iterable[str]) -> str:
Expand Down

0 comments on commit 5c5c298

Please sign in to comment.