From 323a4868b98ceba753aebbd00917570c828d8b72 Mon Sep 17 00:00:00 2001 From: brossetti1 Date: Tue, 11 Apr 2023 12:59:57 -0600 Subject: [PATCH] fixing multiple bugs --- .../SwitchAndPayAcknowledgement.tsx | 2 +- .../SelfRelayRegistration/SwitchAndPayRegistration.tsx | 2 +- components/SharedRegistration/Requirements.tsx | 10 ++++++++-- .../Registeree/AcknowledgeAndSign.tsx | 2 +- .../WebRtcRegistration/Registeree/RegisterAndSign.tsx | 2 +- hooks/useRegBlocksLeft.tsx | 5 ++--- package.json | 2 +- pages/dapp/p2pRelay/connection.tsx | 2 ++ pages/dapp/selfRelay.tsx | 1 + utils/signature.ts | 7 ++++--- utils/types.ts | 6 ++++++ 11 files changed, 28 insertions(+), 13 deletions(-) diff --git a/components/SelfRelayRegistration/SwitchAndPayAcknowledgement.tsx b/components/SelfRelayRegistration/SwitchAndPayAcknowledgement.tsx index da2d56d..611cd19 100644 --- a/components/SelfRelayRegistration/SwitchAndPayAcknowledgement.tsx +++ b/components/SelfRelayRegistration/SwitchAndPayAcknowledgement.tsx @@ -85,7 +85,7 @@ const SwitchAndPayAcknowledgement: React.FC = return ( - Sign and Pay for Acknowledgement from {localState.trustedRelayer} + {/* Sign and Pay for Acknowledgement from {localState.trustedRelayer} */} Sign and Pay for Acknowledgement from {localState.address} diff --git a/components/SelfRelayRegistration/SwitchAndPayRegistration.tsx b/components/SelfRelayRegistration/SwitchAndPayRegistration.tsx index b9505b2..5f2fecf 100644 --- a/components/SelfRelayRegistration/SwitchAndPayRegistration.tsx +++ b/components/SelfRelayRegistration/SwitchAndPayRegistration.tsx @@ -94,7 +94,7 @@ const SwitchAndPayRegistration: React.FC = ({ {expiryBlock && } Sign and Pay for Registration from {localState.trustedRelayer} - Sign and Pay for Registration from {localState.address} + {/* Sign and Pay for Registration from {localState.address} */}