mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
do not check prev orders when order compute algo in ocean lib (#516)
This commit is contained in:
parent
ea2f03d8cd
commit
8586f0c77b
@ -374,7 +374,9 @@ export default function Compute({
|
||||
serviceAlgo.type,
|
||||
accountId,
|
||||
serviceAlgo.index,
|
||||
marketFeeAddress
|
||||
marketFeeAddress,
|
||||
undefined,
|
||||
false
|
||||
)
|
||||
|
||||
algorithmAssetOrderId &&
|
||||
|
Loading…
Reference in New Issue
Block a user