File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1608,7 +1608,7 @@ async def get_stake_add_fee(
1608
1608
],
1609
1609
block = block ,
1610
1610
)
1611
- return Balance .from_rao (result )
1611
+ return Balance .from_tao (result )
1612
1612
1613
1613
async def get_unstake_fee (
1614
1614
self ,
@@ -1643,7 +1643,7 @@ async def get_unstake_fee(
1643
1643
],
1644
1644
block = block ,
1645
1645
)
1646
- return Balance .from_rao (result )
1646
+ return Balance .from_tao (result )
1647
1647
1648
1648
async def get_stake_movement_fee (
1649
1649
self ,
@@ -1684,7 +1684,7 @@ async def get_stake_movement_fee(
1684
1684
],
1685
1685
block = block ,
1686
1686
)
1687
- return Balance .from_rao (result )
1687
+ return Balance .from_tao (result )
1688
1688
1689
1689
async def get_stake_for_coldkey_and_hotkey (
1690
1690
self ,
Original file line number Diff line number Diff line change @@ -1243,7 +1243,7 @@ def get_stake_add_fee(
1243
1243
],
1244
1244
block = block ,
1245
1245
)
1246
- return Balance .from_rao (result )
1246
+ return Balance .from_tao (result )
1247
1247
1248
1248
def get_unstake_fee (
1249
1249
self ,
@@ -1278,7 +1278,7 @@ def get_unstake_fee(
1278
1278
],
1279
1279
block = block ,
1280
1280
)
1281
- return Balance .from_rao (result )
1281
+ return Balance .from_tao (result )
1282
1282
1283
1283
def get_stake_movement_fee (
1284
1284
self ,
@@ -1319,7 +1319,7 @@ def get_stake_movement_fee(
1319
1319
],
1320
1320
block = block ,
1321
1321
)
1322
- return Balance .from_rao (result )
1322
+ return Balance .from_tao (result )
1323
1323
1324
1324
def get_stake_for_coldkey_and_hotkey (
1325
1325
self ,
You can’t perform that action at this time.
0 commit comments