Skip to content

Commit

Permalink
Update builtin-contract/metadata/contracts/metadata.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Flouse <[email protected]>
  • Loading branch information
KaoImin and Flouse authored Sep 26, 2023
1 parent 273f45d commit b7abd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin-contract/metadata/contracts/metadata.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pragma solidity >=0.7.0;

// **Notice**
// The solidity contract only define the interface of metadata contract. The real
// This solidity contract only defines the interface of metadata contract. The real
// implementation is in `core/executor/src/system_contract/metadata`.

contract MetadataManager {
Expand Down

0 comments on commit b7abd0a

Please sign in to comment.