fetchai / agents-tac

Competition and Agent Frameworks for the Trading Agents Competition
https://fetchai.github.io/agents-tac
Apache License 2.0
27 stars 8 forks source link

remove redundant call to 'notify_tac_cancelled'. #317

Closed marcofavorito closed 5 years ago

marcofavorito commented 5 years ago

Proposed changes

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.

When there are not enough agents to start a TAC, there is a redundant call to notify_tac_cancelled(), which caused the controller agent to send the Cancelled message twice.

Fixes

None.

Types of changes

What types of changes does your code introduce to agents-tac? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply.

Further comments

None.