Skip to content

Commit

Permalink
add oracle keytype to mobile_config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgrunewald committed Apr 5, 2023
1 parent 8f2313d commit b19a609
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/service/mobile_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ message admin_add_key_req_v1 {
administrator = 0;
// packet routing infrastructure key for routing streams
packet_router = 1;
// keys for verifying requests from other oracles
oracle = 2;
}

bytes pubkey = 1;
Expand Down

0 comments on commit b19a609

Please sign in to comment.