Browse Source

addm menomic to metadatanet

Marino Faggiana 7 năm trước cách đây
mục cha
commit
98dc7ef5a7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      iOSClient/Main/CCMain.m

+ 1 - 0
iOSClient/Main/CCMain.m

@@ -1366,6 +1366,7 @@
                 
                 metadataNet.action = actionStoreEndToEndPrivateKey;
                 metadataNet.options = privateKeyEncoded;
+                metadataNet.password = mnemonic;
                 
                 [app addNetworkingOperationQueue:app.netQueue delegate:self metadataNet:metadataNet];