keyforkd-client: add note about tests requiring multithread runner

This commit is contained in:
Ryan Heywood 2023-09-27 21:51:01 -05:00
parent 1b6241f92b
commit ea611906ab
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ fn secp256k1() {
.remove(&"secp256k1".to_string())
.unwrap();
// todo: move to tokio::sync channels to avoid using multi thread tokio
// note: since client is non async, can't be single threaded
let rt = Builder::new_multi_thread().enable_io().build().unwrap();
let tempdir = TempDir::new("keyfork-seed").unwrap();
for (i, per_seed) in tests.into_iter().enumerate() {