From 4e54d52d0809bf39f00495806281ba851b41e1bb Mon Sep 17 00:00:00 2001 From: lunar-mining Date: Wed, 20 Oct 2021 21:28:37 +0200 Subject: [PATCH] tokenlist: made 'btc' uppercase --- src/util/token_list.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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