Adding minor debug log

This commit is contained in:
Chris Troutner
2022-12-07 15:26:35 -08:00
parent 66b8e6b263
commit e4fe8cc492
+1
View File
@@ -50,6 +50,7 @@ class OrderLib {
console.log('orderEntity: ', orderEntity)
// Optimize the wallet to speed up working with it.
console.log('Optimizing wallet before creating new order.')
await this.retryQueue.addToQueue(this.adapters.wallet.bchWallet.optimize, {})
// Ensure sufficient tokens exist to create the order.