fix/dubp-legacy-pubkey #15

Merged
poka merged 2 commits from fix/dubp-legacy-pubkey into importCesiumWallets 2021-02-16 00:32:02 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 838ce851eb - Show all commits

View File

@ -256,8 +256,8 @@ class DubpRust {
singleCompletePort<String, String>(completer, callback: _handleErr); singleCompletePort<String, String>(completer, callback: _handleErr);
native.get_legacy_pubkey( native.get_legacy_pubkey(
sendPort.nativePort, sendPort.nativePort,
Utf8.toUtf8(password),
Utf8.toUtf8(salt), Utf8.toUtf8(salt),
Utf8.toUtf8(password),
); );
return completer.future; return completer.future;
} }