Skip to content
Snippets Groups Projects
Commit 5737cbcb authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Merge branch 'hotfix/remoteStoragePathPrefix' of...

Merge branch 'hotfix/remoteStoragePathPrefix' of git.xx.network:elixxir/xxdk-wasm into hotfix/remoteStoragePathPrefix
parents 9d0fb255 ec02f838
No related branches found
No related tags found
2 merge requests!140update the synchronization functions to take a remote storage prefix path.,!109Project/haven beta
......@@ -39,7 +39,6 @@ func TestPublicFunctions(t *testing.T) {
// These functions are used internally by the WASM bindings but are not
// exposed
"NewEventModel": {},
"NewChannelsManagerGoEventModel": {},
"LoadChannelsManagerGoEventModel": {},
"GetDbCipherTrackerFromID": {},
......@@ -50,8 +49,7 @@ func TestPublicFunctions(t *testing.T) {
"GetDependencies": {},
// DM Functions these are used but not exported by
// WASM bindins, so are not exposed.
"NewDMReceiver": {},
// WASM bindings, so are not exposed.
"NewDMClientWithGoEventModel": {},
"GetDMDbCipherTrackerFromID": {},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment