Commit 78b853c4 authored by Andrew Raffensperger's avatar Andrew Raffensperger Committed by GitHub

RLPErrors.sol: Relax Semver (#10819)

* fix version

* change to suggestion
parent 387c605e
// SPDX-License-Identifier: MIT
pragma solidity 0.8.15;
pragma solidity ^0.8.0;
/// @notice The length of an RLP item must be greater than zero to be decodable
error EmptyItem();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment