1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-07-01 06:11:43 +02:00

don't check for prev orders (#514)

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
This commit is contained in:
mihaisc 2021-04-14 20:09:50 +03:00 committed by GitHub
parent 0383186660
commit 67cdd62718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,9 @@ function useConsume(): UseConsume {
serviceType,
accountId,
undefined,
marketFeeAddress
marketFeeAddress,
undefined,
false
)
Logger.log('order created', orderId)
setStep(2)