Delete remix_accounts.sol

pull/3885/head
bunsenstraat 2 years ago committed by GitHub
parent 753732a007
commit 2749b2e592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      apps/remix-ide/contracts/.deps/remix-tests/remix_accounts.sol

@ -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…
Cancel
Save