Update tests_accounts.sol.js

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

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

Loading…
Cancel
Save