parent
753732a007
commit
2749b2e592
@ -1,9 +0,0 @@ |
||||
// SPDX-License-Identifier: GPL-3.0 |
||||
|
||||
pragma solidity >=0.4.22 <0.9.0; |
||||
|
||||
library TestsAccounts { |
||||
function getAccount(uint index) pure public returns (address) { |
||||
return address(0); |
||||
} |
||||
} |
Loading…
Reference in new issue