From bce6a9e3d09427c034ff2f5b8c0f06853b6480ff Mon Sep 17 00:00:00 2001 From: Tom French Date: Thu, 28 May 2020 14:27:14 +0100 Subject: [PATCH] feat(react-app): remove text explaining the need for two transactions --- .../react-app/src/components/modals/CreateStreamModal.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packages/react-app/src/components/modals/CreateStreamModal.tsx b/packages/react-app/src/components/modals/CreateStreamModal.tsx index 5bc875b..45762c4 100644 --- a/packages/react-app/src/components/modals/CreateStreamModal.tsx +++ b/packages/react-app/src/components/modals/CreateStreamModal.tsx @@ -198,14 +198,6 @@ export default function CreateStreamDialog({ - - After you click "Create Stream", you will be asked to - sign two transactions. The first sends the AZTEC note to the - NoteStream contract and the second creates the stream. - - - In a later update, these two transactions will be combined. -