add filter to improve prover perf

This commit is contained in:
Hadrien Croubois
2023-03-14 22:12:14 +01:00
parent d7884251aa
commit 0d4df8972e
5 changed files with 31 additions and 16 deletions

View File

@ -1,5 +1,5 @@
--- token/ERC721/ERC721.sol 2023-03-07 10:48:47.736822221 +0100
+++ token/ERC721/ERC721.sol 2023-03-09 19:50:20.555856358 +0100
+++ token/ERC721/ERC721.sol 2023-03-14 22:09:12.654753162 +0100
@@ -199,6 +199,11 @@
return _owners[tokenId];
}