735546619e
Signed-off-by: T-Hax <>
10 lines
186 B
Solidity
10 lines
186 B
Solidity
// SPDX-License-Identifier: UNLICENSED
|
|
pragma solidity =0.7.6;
|
|
|
|
import '../base/SelfPermit.sol';
|
|
|
|
/// @dev Same as SelfPermit but not abstract
|
|
contract SelfPermitTest is SelfPermit {
|
|
|
|
}
|