You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The coins combine function currently requires a confirmation (y) is entered to complete the combination. This design makes it very difficult to add the coins combine function to a script for users who need to combine lots of coins together.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The coins combine function currently requires a confirmation (y) is entered to complete the combination. This design makes it very difficult to add the coins combine function to a script for users who need to combine lots of coins together.
Is it possible to update the coins combine function to include an optional flag that bypasses the confirmation here?
https://github.com/Chia-Network/chia-blockchain/blob/main/chia/cmds/coin_funcs.py#L172
Beta Was this translation helpful? Give feedback.
All reactions