Skip to content
Snippets Groups Projects
Commit e68192e5 authored by Jono Wenger's avatar Jono Wenger
Browse files

Fix comments

parent 105fb546
No related branches found
No related tags found
2 merge requests!60Revert "Fail a test to be sure it works",!20Create JS bindings for ChannelDbCipher
...@@ -355,8 +355,8 @@ func NewChannelsManagerWithIndexedDb(_ js.Value, args []js.Value) interface{} { ...@@ -355,8 +355,8 @@ func NewChannelsManagerWithIndexedDb(_ js.Value, args []js.Value) interface{} {
// //
// This is for creating a manager for an identity for the first time. For // This is for creating a manager for an identity for the first time. For
// generating a new one channel identity, use [GenerateChannelIdentity]. To // generating a new one channel identity, use [GenerateChannelIdentity]. To
// reload this channel manager, use [LoadChannelsManagerWithIndexedDb], passing // reload this channel manager, use [LoadChannelsManagerWithIndexedDbUnsafe],
// in the storage tag retrieved by [ChannelsManager.GetStorageTag]. // passing in the storage tag retrieved by [ChannelsManager.GetStorageTag].
// //
// This function initialises an indexedDb database. // This function initialises an indexedDb database.
// //
...@@ -1397,7 +1397,7 @@ func newChannelDbCipherJS(api *bindings.ChannelDbCipher) map[string]interface{} ...@@ -1397,7 +1397,7 @@ func newChannelDbCipherJS(api *bindings.ChannelDbCipher) map[string]interface{}
return channelDbCipherMap return channelDbCipherMap
} }
// NewChannelsDatabaseCipher constructs a ChannelDbCipher object. // NewChannelsDatabaseCipher constructs a [ChannelDbCipher] object.
// //
// Parameters: // Parameters:
// - args[0] - The tracked [Cmix] object ID (int). // - args[0] - The tracked [Cmix] object ID (int).
......
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