Update inspiration acknowledgement

This commit is contained in:
Eric Mastro 2022-11-28 14:40:49 +11:00
parent 8fde295b73
commit 3502632909
No known key found for this signature in database
GPG Key ID: 141E3048D95A4E63

View File

@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
// heavily inspired by: https://bitbucket.org/rhitchens2/soliditystoragepatterns/src/master/GeneralizedCollection.sol
// heavily inspired by: https://bitbucket.org/rhitchens2/soliditystoragepatterns/src/master/OneToMany.sol
pragma solidity ^0.8.8;
import "./EnumerableSetExtensions.sol";