Skip to content

Commit

Permalink
fix(makerbot): add "testcoin" to provider options (#2161)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamardy authored Jul 16, 2024
1 parent 6d1342e commit 79752e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mm2src/coins/lp_price.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ pub enum Provider {
Forex,
#[serde(rename = "nomics")]
Nomics,
#[serde(rename = "testcoin")]
TestCoin,
#[serde(rename = "unknown", other)]
#[default]
Unknown,
Expand Down

0 comments on commit 79752e1

Please sign in to comment.