From 68084da81549c1da04678c9fd2baffcf71a9897e Mon Sep 17 00:00:00 2001 From: crossoveranx <crossoveranx@gmail.com> Date: Mon, 18 May 2020 11:15:24 +0200 Subject: [PATCH] Update blips/blip-2-researchcertificate.md Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com> --- blips/blip-2-researchcertificate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blips/blip-2-researchcertificate.md b/blips/blip-2-researchcertificate.md index 7146420..b96e392 100644 --- a/blips/blip-2-researchcertificate.md +++ b/blips/blip-2-researchcertificate.md @@ -23,7 +23,7 @@ Each certified piece of data is minted as a non-fungible (*Transferable ERC721 c /// @title Research Object Metadata Extension /// @dev See https://blips.bloxberg.org/blips/ /// Note: the ERC-165 identifier for this interface is 0x5b5e139f. -interface objectMetadata /* is ERC721 */ { +interface objectMetadata is ERC721Metadata { /// @notice A descriptive name for a collection of NFTs in this contract function name() external view returns (string _name); -- GitLab