Commit bea91193 authored by smartcontracts's avatar smartcontracts Committed by GitHub

fix(ctb): attribute LibRLP (#2927)

Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent 611d93a1
......@@ -3,7 +3,10 @@ pragma solidity >=0.8.0;
import { Bytes32AddressLib } from "@rari-capital/solmate/src/utils/Bytes32AddressLib.sol";
// prettier-ignore
/**
* @title LibRLP
* @notice Via https://github.com/Rari-Capital/solmate/issues/207.
*/
library LibRLP {
using Bytes32AddressLib for bytes32;
......
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