Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Hsiao-Wei Wang <[email protected]>
  • Loading branch information
CarlBeek and hwwhww authored Sep 7, 2021
1 parent 5c5c298 commit 8022261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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/staking_depositCLI.pdf).
You can find the audit report by Trail of Bits [here](https://github.com/trailofbits/publications/blob/master/reviews/ETH2DepositCLI.pdf).

## Tutorial for users

Expand Down
2 changes: 1 addition & 1 deletion staking_deposit/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def deposit_datum_dict(self) -> Dict[str, bytes]:
datum_dict.update({'deposit_message_root': self.deposit_message.hash_tree_root})
datum_dict.update({'deposit_data_root': signed_deposit_datum.hash_tree_root})
datum_dict.update({'fork_version': self.chain_setting.GENESIS_FORK_VERSION})
datum_dict.update({'NETWORK_NAME': self.chain_setting.NETWORK_NAME})
datum_dict.update({'network_name': self.chain_setting.NETWORK_NAME})
datum_dict.update({'deposit_cli_version': DEPOSIT_CLI_VERSION})
return datum_dict

Expand Down

0 comments on commit 8022261

Please sign in to comment.