We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb23bad + 4a40ab5 commit b00daa3Copy full SHA for b00daa3
src/io/test_utils.rs
@@ -80,7 +80,7 @@ pub(crate) fn do_read_write_remove_list_persist<K: KVStore + RefUnwindSafe>(kv_s
80
81
// Integration-test the given KVStore implementation. Test relaying a few payments and check that
82
// the persisted data is updated the appropriate number of times.
83
-pub(crate) fn do_test_store<K: KVStore>(store_0: &K, store_1: &K) {
+pub(crate) fn do_test_store<K: KVStore + Sync>(store_0: &K, store_1: &K) {
84
let chanmon_cfgs = create_chanmon_cfgs(2);
85
let mut node_cfgs = create_node_cfgs(2, &chanmon_cfgs);
86
let chain_mon_0 = test_utils::TestChainMonitor::new(
0 commit comments