Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
exfinen committed Dec 28, 2024
1 parent cdfffcd commit f5f0274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mpc_demo_infra/computation_party_server/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from .config import settings
from .limiter import limiter
from ..constants import MAX_DATA_PROVIDERS
from ..client_lib import locate_binance_verifier
from ..client_lib.lib import locate_binance_verifier

SHARE_DATA_ENDPOINT = "/request_sharing_data_mpc"
QUERY_COMPUTATION_ENDPOINT = "/request_querying_computation_mpc"
Expand Down
2 changes: 1 addition & 1 deletion mpc_demo_infra/coordination_server/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from .config import settings
from ..constants import MAX_CLIENT_ID, CLIENT_TIMEOUT
from .user_queue import AddResult
from ..client_lib import locate_binance_verifier
from ..client_lib.lib import locate_binance_verifier

router = APIRouter()

Expand Down

0 comments on commit f5f0274

Please sign in to comment.