Skip to content

Commit 3e8e641

Browse files
committed
Reverted Tau change
1 parent db80cee commit 3e8e641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/subnets/symbols.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub static SYMBOLS: [&[u8]; 439] = [
2626
b"\xCF\x80", // π (Pi, 16)
2727
b"\xCF\x81", // ρ (Rho, 17)
2828
b"\xCF\x83", // σ (Sigma, 18)
29-
b"\x74", // t (Tau, 19)
29+
b"t", // t (Tau, 19)
3030
b"\xCF\x85", // υ (Upsilon, 20)
3131
b"\xCF\x86", // φ (Phi, 21)
3232
b"\xCF\x87", // χ (Chi, 22)

0 commit comments

Comments
 (0)