Skip to content

Commit 6571ab3

Browse files
committed
fix: missing fault tolerance value
1 parent c3c8c83 commit 6571ab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/frame_cryptor_impl.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ class KeyProviderImpl implements KeyProvider {
192192
'sharedKey': options.sharedKey,
193193
'ratchetSalt': base64Encode(options.ratchetSalt),
194194
'ratchetWindowSize': options.ratchetWindowSize,
195+
'failureTolerance': options.failureTolerance,
195196
if (options.uncryptedMagicBytes != null)
196197
'uncryptedMagicBytes': base64Encode(options.uncryptedMagicBytes!),
197198
'keyRingSize': options.keyRingSize,

0 commit comments

Comments
 (0)