Add a comment
This commit is contained in:
parent
b0e9f58033
commit
77c77631e1
@ -89,6 +89,7 @@ export class DependentOrderHashesTracker {
|
||||
(decodedMakerAssetData as ERC721AssetData).tokenId,
|
||||
);
|
||||
}
|
||||
// If makerToken === ZRX then we already removed it and we don't need to remove it again.
|
||||
if ((decodedMakerAssetData as ERC20AssetData).tokenAddress !== this._zrxTokenAddress) {
|
||||
this._removeFromERC20DependentOrderhashes(signedOrder, this._zrxTokenAddress);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user