You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// A [`KVStoreSync`] implementation that writes to and reads from a [VSS](https://github.com/lightningdevkit/vss-server/blob/main/README.md) backend.
52
49
pubstructVssStore{
@@ -335,9 +332,7 @@ impl VssStoreInner {
335
332
let key_obfuscator = KeyObfuscator::new(obfuscation_master_key);
336
333
let storable_builder = StorableBuilder::new(data_encryption_key,RandEntropySource);
337
334
let retry_policy = ExponentialBackoffRetryPolicy::new(Duration::from_millis(10))
0 commit comments