mirror of
git://holbrook.no/eth-accounts-index
synced 2026-05-20 11:51:09 +02:00
Repair token count
This commit is contained in:
@@ -54,7 +54,7 @@ contract CustodialAccountIndex {
|
||||
|
||||
// Implements AccountsIndex
|
||||
function entryCount() public returns (uint256) {
|
||||
return count - 1;
|
||||
return entries.length - 1;
|
||||
}
|
||||
|
||||
// Implements EIP173
|
||||
|
||||
Reference in New Issue
Block a user