diff --git a/src/components/Debug.tsx b/src/components/Debug.tsx index 2d0caab6..f7782fd0 100644 --- a/src/components/Debug.tsx +++ b/src/components/Debug.tsx @@ -266,8 +266,6 @@ const Debug: React.FC = () => { Payload setPayload(e.target.value)} rows={3} /> - doEncrypt('nip44')} disabled={!hasNip44}>Encrypt (NIP-44) - doEncrypt('nip04')} disabled={!hasNip04}>Encrypt (NIP-04) { setCipher44(''); setCipher04(''); setPlain44(''); setPlain04(''); setTEncrypt44(null); setTEncrypt04(null); setTDecrypt44(null); setTDecrypt04(null) }}>Clear @@ -278,7 +276,8 @@ const Debug: React.FC = () => { cipher - doDecrypt('nip44')} disabled={!cipher44}>Decrypt (NIP-44) + doEncrypt('nip44')} disabled={!hasNip44}>Encrypt + doDecrypt('nip44')} disabled={!cipher44}>Decrypt Plain: @@ -289,7 +288,8 @@ const Debug: React.FC = () => { cipher - doDecrypt('nip04')} disabled={!cipher04}>Decrypt (NIP-04) + doEncrypt('nip04')} disabled={!hasNip04}>Encrypt + doDecrypt('nip04')} disabled={!cipher04}>Decrypt Plain: