Skip to content

v0.67.0-beta

Compare
Choose a tag to compare
@danielgranhao danielgranhao released this 30 Oct 11:21
· 173 commits to main since this release
69effe1

What's Changed

UDL Changes

index 1154f91..b8b022c 100644
--- a/src/lipalightninglib.udl
+++ b/src/lipalightninglib.udl
@@ -70,6 +70,7 @@ interface LightningNode {
 
     ExchangeRate? get_exchange_rate();
 
+    [Throws=LnError]
     void change_fiat_currency(string fiat_currency);
 
     void change_timezone_config(TzConfig timezone_config);
@@ -194,7 +195,7 @@ interface LightningNode {
 
 dictionary Config {
     bytes seed;
-    string fiat_currency;
+    string default_fiat_currency;
     string local_persistence_path;
     TzConfig timezone_config;
     Level? file_logging_level;

Full Changelog: v0.66.3-beta...v0.67.0-beta