chore: fix typos (#9693)

pull/9674/head
Snoppy 7 months ago committed by GitHub
parent 6231d73011
commit 79a6b6bff9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/explorer/test/support/fixture/smart_contract/large_smart_contract.sol

@ -2763,7 +2763,7 @@ contract HomeWork is IHomeWork, ERC721Enumerable, IERC721Metadata, IERC1412 {
view
returns (address holder, uint256 score, bytes32 key)
{
// Get the key and subbmitter holding the current high score.
// Get the key and submitter holding the current high score.
key = _highScoreKey;
holder = address(bytes20(key));

Loading…
Cancel
Save