Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
bullet-tooth committed Sep 23, 2024
1 parent de8bd84 commit 277a5c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ docs/
__pycache__

.vscode
.idea
temp/

.idea
2 changes: 1 addition & 1 deletion src/Deriver.sol
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ library Deriver {
bytes memory hrp,
address ethAddr
) internal pure returns (string memory) {
(uint256 x, uint256 y) = getPubkeyFromAddress(
(uint256 x, uint256 _y) = getPubkeyFromAddress(
p1x,
p1y,
p2x,
Expand Down

0 comments on commit 277a5c7

Please sign in to comment.