Skip to content

Commit

Permalink
Change to symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
nivcertora committed Dec 30, 2024
1 parent 221631c commit 8570213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quorum/apis/price_feeds/price_feed_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __str__(self) -> str:
if pair_str != ",":
s += f"Pairs: {pair_str}\n"
else:
s += f"Pair: {self.pair}\n"
s += f"Symbol: {self.pair}\n"
if self.decimals:
s += f"Decimals: {self.decimals}\n"
return s
Expand Down

0 comments on commit 8570213

Please sign in to comment.