Update tests_accounts.sol.js

pull/5370/head
yann300 6 years ago committed by GitHub
parent 5699aa54ee
commit 8ce1259561
  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