From 2b1af788d961c4dc94b139db55a165aafb2d9c95 Mon Sep 17 00:00:00 2001 From: Chaitanya Potti Date: Tue, 20 Nov 2018 20:00:49 +0530 Subject: [PATCH] Automatically merged updates to draft EIP(s) 1261 Hi, I'm a bot! This change was automatically merged because: - It only modifies existing Draft or Last Call EIP(s) - The PR was approved or written by at least one author of each modified EIP - The build is passing --- EIPS/eip-1261.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-1261.md b/EIPS/eip-1261.md index 780696de..c9566991 100644 --- a/EIPS/eip-1261.md +++ b/EIPS/eip-1261.md @@ -165,7 +165,7 @@ interface IERC1261 {/* is ERC173, ERC165 */ /// @dev Returns the values of attributes as a bytes32 array. /// @param _name Name of the attribute whose values are to be fetched /// @return The values of attributes. - function getAttributeCollection(bytes32 _name) external view returns (bytes32[]); + function getAttributeExhaustiveCollection(bytes32 _name) external view returns (bytes32[]); /// @notice Returns the list of all past and present members. /// @dev Use this function along with isCurrentMember to find wasMemberOf() in Js.