adds getNodeConfig()
This commit is contained in:
parent
f1ec58561d
commit
f4463f3955
|
@ -168,3 +168,6 @@ proc startLocalNotifications*(): string =
|
|||
|
||||
proc stopLocalNotifications*(): string =
|
||||
$go_shim.stopLocalNotifications()
|
||||
|
||||
proc getNodeConfig*(): string =
|
||||
$go_shim.getNodeConfig()
|
||||
|
|
|
@ -108,3 +108,5 @@ proc stopWallet*(): cstring {.importc: "StopWallet".}
|
|||
proc startLocalNotifications*(): cstring {.importc: "StartLocalNotifications".}
|
||||
|
||||
proc stopLocalNotifications*(): cstring {.importc: "StopLocalNotifications".}
|
||||
|
||||
proc getNodeConfig*(): cstring {.importc: "GetNodeConfig".}
|
||||
|
|
Loading…
Reference in New Issue