Skip to content

Commit

Permalink
Removed old comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanIliev545 committed Jul 16, 2024
1 parent aae3128 commit 43f9cb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/enclave/rpc/TenStorageRead.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ func TenStorageReadValidate(reqParams []any, builder *CallBuilder[storageReadWit
return nil
}

//todo: @siliev - this whitelist creation every time is bugging me
if !rpc.whitelist.AllowedStorageSlots[slot] {
builder.Err = fmt.Errorf("eth_getStorageAt is not supported on TEN")
return nil
Expand Down

0 comments on commit 43f9cb9

Please sign in to comment.