Altalogy / tari

The Tari protocol
https://tari.com
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

fix: refactor stopping mining nodes #197

Closed tomaszantas closed 2 years ago

tomaszantas commented 2 years ago

Description

This PR makes that MiningBox component does not have to be aware of containers ids to stop them. Instead, the component dispatches the thunk that will find containers by itself.

Motivation and Context

Follow up to the #170

How Has This Been Tested?

yarn test and live app usage.