mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-18 19:28:13 -04:00
adding the ability to create dht records with a specified owner keypair
This commit is contained in:
parent
95d61855a8
commit
abfa5b12e8
9 changed files with 145 additions and 36 deletions
|
@ -671,7 +671,7 @@ pub extern "C" fn routing_context_create_dht_record(port: i64, id: u32, schema:
|
|||
let routing_context = get_routing_context(id, "routing_context_create_dht_record")?;
|
||||
|
||||
let dht_record_descriptor = routing_context
|
||||
.create_dht_record(schema, crypto_kind)
|
||||
.create_dht_record(schema, None, crypto_kind)
|
||||
.await?;
|
||||
APIResult::Ok(dht_record_descriptor)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue