diff --git a/src/util/token_list.rs b/src/util/token_list.rs index 5b87700d2..e6e763627 100644 --- a/src/util/token_list.rs +++ b/src/util/token_list.rs @@ -97,7 +97,7 @@ impl DrkTokenList { pub fn symbol_from_id(&self, id: jubjub::Fr) -> Result> { if id.to_string() == "0x01300f9bce0f9ba7168dc001a67bcbda3a5bf4bdb4c56ae900fe4698cee9a7bd" { - return Ok(Some("btc".to_string())); + return Ok(Some("BTC".to_string())); } Ok(self