mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 13:54:20 +01:00
Fix swift CI: remove call to missing method
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
print("Hello, tester!")
|
||||
if let sdk = try gettingStarted(){
|
||||
if let fiarRates = getFiatCurrencyAndRates(sdk: sdk) {
|
||||
for fiat in fiarRates {
|
||||
print("rate \(fiat)\n")
|
||||
if let fiatRates = getCurrentRates(sdk: sdk) {
|
||||
for rate in fiatRates {
|
||||
print("rate \(rate)\n")
|
||||
print("------------------------")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user