Remove GetFiatCurrenciesAndRates snippet

This commit is contained in:
ok300
2023-11-17 12:49:46 +01:00
parent 8f55aa1035
commit 23170c965b
8 changed files with 2 additions and 192 deletions

View File

@@ -29,11 +29,4 @@ public class FiatCurrenciesSnippets
}
// ANCHOR_END: fetch-fiat-rates
}
public void GetFiatCurrenciesAndRates(BlockingBreezServices sdk)
{
// ANCHOR: get-fiat-currencies-and-rates
// TODO
// ANCHOR_END: get-fiat-currencies-and-rates
}
}