We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c39a0d commit 81f1bceCopy full SHA for 81f1bce
bittensor/utils/balance.py
@@ -362,7 +362,9 @@ def fixed_to_float(
362
363
# lowercase is added for backwards compatibility to not break API
364
units = UNITS = [
365
- b"\xce\xa4".decode(), # Τ (Upper case Tau, 0)
+ chr(
366
+ 0x03C4
367
+ ), # τ Note: the subnet symbol for sn 0 is b"\xce\xa4" / Τ / Tau — however the currency/balance is τ (Tao)
368
b"\xce\xb1".decode(), # α (Alpha, 1)
369
b"\xce\xb2".decode(), # β (Beta, 2)
370
b"\xce\xb3".decode(), # γ (Gamma, 3)
0 commit comments