feature: add warning on select custom fee

This commit is contained in:
George Lima 2018-12-20 16:04:00 -03:00
parent 3af8d643cf
commit a37c5fb6ca
1 changed files with 3 additions and 0 deletions

View File

@ -206,6 +206,9 @@ export class SendView extends PureComponent<Props, State> {
</ColumnComponent>
</RowComponent>
)}
{feeType === FEES.CUSTOM && (
<TextComponent value='Custom fees may compromise your privacy since fees are transparent' />
)}
</FormWrapper>
<SendWrapper>
<InfoCard>