Closed abitmore closed 2 years ago
Update:
It seems to be an issue about the broadcast_transaction_with_callback
API, which has been fixed by https://github.com/bitshares/bitshares-core/pull/2528. The solution is to run dexbot with BitShares 6.0 API nodes. Will close this issue when confirmed.
Error logs:
It is likely caused by a change in BitShares 6.0 (Mekong) update:
get_block
API will return an emptyoperation_results
field for blocks produced by nodes with version6.0.0
or higher. The operation results can still be retrieved viaget_account_history
and related APIs.