Skip to content

Commit 2044a67

Browse files
committed
f s/ldk-node/ldk/g
1 parent 7ed988c commit 2044a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-persister/src/vss_store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ impl VssStore {
102102
.thread_name_fn(|| {
103103
static ATOMIC_ID: AtomicUsize = AtomicUsize::new(0);
104104
let id = ATOMIC_ID.fetch_add(1, Ordering::SeqCst);
105-
format!("ldk-node-vss-runtime-{}", id)
105+
format!("ldk-vss-runtime-{}", id)
106106
})
107107
.worker_threads(INTERNAL_RUNTIME_WORKERS)
108108
.max_blocking_threads(INTERNAL_RUNTIME_WORKERS)

0 commit comments

Comments
 (0)