Skip to content

Commit

Permalink
Exporting loadAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos committed Jul 29, 2020
1 parent cffc38c commit b3e3a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nim_status.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b3e3a89

Please sign in to comment.