Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene committed Sep 20, 2024
1 parent 468b50f commit 7641f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/enclave/rpc/TenStorageRead.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TenStorageReadValidate(reqParams []any, builder *CallBuilder[storageReadWit

contract, err := rpc.storage.ReadContract(builder.ctx, *address)
if err != nil {
builder.Err = fmt.Errorf("invalid contract %s - %w", address.Hex(), err)
builder.Err = fmt.Errorf("eth_getStorageAt is not supported for this contract")
return nil
}

Expand Down

0 comments on commit 7641f68

Please sign in to comment.