opentensor / bittensor

Internet-scale Neural Networks
https://www.bittensor.com/
MIT License
886 stars 306 forks source link

Fix default wait flags in stake script. #2297

Open opendansor opened 3 weeks ago

opendansor commented 3 weeks ago

Removed unnecessary "store_true" actions from --wait_for_inclusion and --wait_for_finalization flags in multiple argument parsers. This change ensures proper default behavior without requiring explicit action parameters.