Rename accountsindex

This commit is contained in:
nolash 2020-12-11 16:29:36 +01:00
parent d66b95dd1a
commit 69bafdadcf
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ pragma solidity >=0.6.12;
// File-version: 2
interface AccountsIndex {
interface AccountRegistry {
event AccountAdded(address indexed addedAccount, uint256 indexed accountIndex);
function accounts(uint256 _idx) external view returns (address);