feat: Improved LNBits multi currency support
This commit is contained in:
parent
19c877a254
commit
7cd4c8dd37
3 changed files with 108 additions and 12 deletions
|
@ -277,7 +277,7 @@ void test_Mcap1TrillionJpySmallChars(void)
|
|||
|
||||
void test_PriceDataWithCurrencyCode(void)
|
||||
{
|
||||
std::array<std::string, NUM_SCREENS> output = parsePriceData(100000, "PYG", false, false, false);
|
||||
std::array<std::string, NUM_SCREENS> output = parsePriceData(10000, "PYG", false, false, false);
|
||||
TEST_ASSERT_EQUAL_STRING("BTC/PYG", output[0].c_str());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue