From 2014eab1972d8cfde72736f28f6b739ec36c84a9 Mon Sep 17 00:00:00 2001 From: 0xmuralik Date: Tue, 15 Nov 2022 11:27:05 +0530 Subject: [PATCH] Add comment for attribute prefix --- x/nameservice/keeper/keeper.go | 1 + 1 file changed, 1 insertion(+) diff --git a/x/nameservice/keeper/keeper.go b/x/nameservice/keeper/keeper.go index 63abca04..0e774cb6 100644 --- a/x/nameservice/keeper/keeper.go +++ b/x/nameservice/keeper/keeper.go @@ -46,6 +46,7 @@ var ( // PrefixBondIDToAuthoritiesIndex is the prefix for the Bond ID -> [Authority] index. PrefixBondIDToAuthoritiesIndex = []byte{0x06} + // PrefixAttributesIndex is the prefix for the nameservice Record.Attribute -> []Record.ID index PrefixAttributesIndex = []byte{0x07} // PrefixExpiryTimeToRecordsIndex is the prefix for the Expiry Time -> [Record] index.