Repair token count

This commit is contained in:
nolash
2021-05-13 17:55:05 +02:00
parent 6dd8e9b55e
commit 1493f7d860
5 changed files with 44 additions and 14 deletions

View File

@@ -54,7 +54,7 @@ contract CustodialAccountIndex {
// Implements AccountsIndex
function entryCount() public returns (uint256) {
return count - 1;
return entries.length - 1;
}
// Implements EIP173