From 8f5970cae2beeba379ce0c5c27d650e85cc29d84 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Tue, 14 May 2024 19:58:01 +0800 Subject: [PATCH] comment --- indexer/ipld/shared.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indexer/ipld/shared.go b/indexer/ipld/shared.go index 6e5920e..9d82e12 100644 --- a/indexer/ipld/shared.go +++ b/indexer/ipld/shared.go @@ -37,7 +37,7 @@ const ( MEthStorageTrie = 0x98 MEthLogTrie = 0x99 MEthLog = 0x9a - MEthWithdrawal = 0x9b // TODO + MEthWithdrawal = 0x9b // TODO add to multicodec registry ) // RawdataToCid takes the desired codec and a slice of bytes