Update tests_accounts.sol.js

pull/7/head
yann300 6 years ago committed by GitHub
parent c34b9d8803
commit b6fe9814fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      remix-tests/sol/tests_accounts.sol.js

@ -1,5 +1,4 @@
module.exports = `pragma solidity ^0.5.0;
module.exports = `
library TestsAccounts {
function getAccount(uint index) public returns (address) {
>accounts<

Loading…
Cancel
Save