Skip to content

Commit 59d3925

Browse files
committed
feat(react-app): remove text explaining the need for two transactions
1 parent 4fed3a7 commit 59d3925

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/react-app/src/components/modals/CreateStreamModal.tsx

-8
Original file line numberDiff line numberDiff line change
@@ -198,14 +198,6 @@ export default function CreateStreamDialog({
198198
</TextField>
199199
</Grid>
200200
</Grid>
201-
<DialogContentText>
202-
After you click &quot;Create Stream&quot;, you will be asked to
203-
sign two transactions. The first sends the AZTEC note to the
204-
NoteStream contract and the second creates the stream.
205-
</DialogContentText>
206-
<DialogContentText>
207-
In a later update, these two transactions will be combined.
208-
</DialogContentText>
209201
</Grid>
210202
</DialogContent>
211203
<DialogActions>

0 commit comments

Comments
 (0)