Skip to content

Commit

Permalink
fix: add memo not needed warning, closes #571
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Jun 24, 2021
1 parent 3197ca4 commit 9da0ed5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/modals/receive-stx/components/address-displayer.tsx
Expand Up @@ -39,6 +39,9 @@ export const AddressDisplayer: FC<AddressDisplayerProps> = props => {
{address ? address : `You'll see your address when you've unlocked your wallet`}
</Text>
</Flex>
<Text textStyle="caption" color={color('text-caption')} mt="base-tight">
You do not need a memo to receive STX from elsewhere, such as a cryptocurrency exchange
</Text>
<Flex justifyContent="center" mt="base-tight" mb="tight">
<Button variant="link" onClick={onCopy}>
{hasCopied ? 'Copied' : 'Copy address'}
Expand Down

0 comments on commit 9da0ed5

Please sign in to comment.