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 db80cee commit 3e8e641Copy full SHA for 3e8e641
pallets/subtensor/src/subnets/symbols.rs
@@ -26,7 +26,7 @@ pub static SYMBOLS: [&[u8]; 439] = [
26
b"\xCF\x80", // π (Pi, 16)
27
b"\xCF\x81", // ρ (Rho, 17)
28
b"\xCF\x83", // σ (Sigma, 18)
29
- b"\x74", // t (Tau, 19)
+ b"t", // t (Tau, 19)
30
b"\xCF\x85", // υ (Upsilon, 20)
31
b"\xCF\x86", // φ (Phi, 21)
32
b"\xCF\x87", // χ (Chi, 22)
0 commit comments