opentensor / bittensor

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

Fix default wait flags in stake script. #2296

Open opendansor opened 2 months ago

opendansor commented 2 months 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.