File tree Expand file tree Collapse file tree 1 file changed +20
-5
lines changed
bittensor_cli/src/commands/stake Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -108,16 +108,28 @@ async def display_stake_movement_cross_subnets(
108108 )
109109
110110 table .add_column (
111- "origin netuid" , justify = "center" , style = COLOR_PALETTE ["GENERAL" ]["SYMBOL" ], max_width = 14
111+ "origin netuid" ,
112+ justify = "center" ,
113+ style = COLOR_PALETTE ["GENERAL" ]["SYMBOL" ],
114+ max_width = 14 ,
112115 )
113116 table .add_column (
114- "origin hotkey" , justify = "center" , style = COLOR_PALETTE ["GENERAL" ]["HOTKEY" ], max_width = 15
117+ "origin hotkey" ,
118+ justify = "center" ,
119+ style = COLOR_PALETTE ["GENERAL" ]["HOTKEY" ],
120+ max_width = 15 ,
115121 )
116122 table .add_column (
117- "dest netuid" , justify = "center" , style = COLOR_PALETTE ["GENERAL" ]["SYMBOL" ], max_width = 12
123+ "dest netuid" ,
124+ justify = "center" ,
125+ style = COLOR_PALETTE ["GENERAL" ]["SYMBOL" ],
126+ max_width = 12 ,
118127 )
119128 table .add_column (
120- "dest hotkey" , justify = "center" , style = COLOR_PALETTE ["GENERAL" ]["HOTKEY" ], max_width = 15
129+ "dest hotkey" ,
130+ justify = "center" ,
131+ style = COLOR_PALETTE ["GENERAL" ]["HOTKEY" ],
132+ max_width = 15 ,
121133 )
122134 table .add_column (
123135 f"amount ({ Balance .get_unit (origin_netuid )} )" ,
@@ -144,7 +156,10 @@ async def display_stake_movement_cross_subnets(
144156 max_width = 15 ,
145157 )
146158 table .add_column (
147- "Extrinsic Fee (τ)" , justify = "center" , style = COLOR_PALETTE .STAKE .TAO , max_width = 18
159+ "Extrinsic Fee (τ)" ,
160+ justify = "center" ,
161+ style = COLOR_PALETTE .STAKE .TAO ,
162+ max_width = 18 ,
148163 )
149164
150165 table .add_row (
You can’t perform that action at this time.
0 commit comments