Skip to content

Commit

Permalink
small reg not big reg
Browse files Browse the repository at this point in the history
  • Loading branch information
arvid220u committed Jun 30, 2022
1 parent fe5fd40 commit 1fde703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/rpc/daemon_rpc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Status DaemonRpc::GetMyPublicID(

try {
// query the db for registration info
auto registration_info = G.db->get_registration();
auto registration_info = G.db->get_small_registration();
// set the public ID in the response
// public ID is constant, so no need to regenerate it
getMyPublicIDResponse->set_public_id(
Expand Down

0 comments on commit 1fde703

Please sign in to comment.