@1inch/fusion-sdk 2.1.3 → 2.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/fusion-order/settlement-post-interaction-data/settlement-post-interaction-data.js
CHANGED
|
@@ -176,7 +176,7 @@ class SettlementPostInteractionData {
|
|
|
176
176
|
if (this.whitelist[0].delay === this.whitelist[1].delay) {
|
|
177
177
|
return false;
|
|
178
178
|
}
|
|
179
|
-
return time <= this.resolvingStartTime + this.whitelist[
|
|
179
|
+
return time <= this.resolvingStartTime + this.whitelist[1].delay;
|
|
180
180
|
}
|
|
181
181
|
isExclusiveResolver(wallet) {
|
|
182
182
|
const addressHalf = wallet.toString().slice(-20);
|