Exporting loadAccount

This commit is contained in:
Richard Ramos 2020-07-29 17:28:39 -04:00
parent cffc38c9fa
commit b3e3a8920b
No known key found for this signature in database
GPG Key ID: 80D4B01265FDFE8F
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ proc multiAccountStoreAccount(paramsJSON: cstring): cstring {.exportc.} =
result = status_go.MultiAccountStoreAccount(paramsJSON)
tearDownForeignThreadGc()
proc multiAccountLoadAccount(paramsJSON: cstring): cstring {.exportc.} =
proc multiAccountLoadAccount*(paramsJSON: cstring): cstring {.exportc.} =
setupForeignThreadGc()
result = status_go.MultiAccountLoadAccount(paramsJSON)
tearDownForeignThreadGc()