Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3737 from LN-Zap/revert/csv-adjust-mode
Browse files Browse the repository at this point in the history
Disable remote csv delay option
  • Loading branch information
rahulbile authored Jun 18, 2021
2 parents ac42f45 + 9d4447d commit c3e5c57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renderer/components/Channels/ChannelCreateForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
Label,
Toggle,
TransactionFeeInput,
IntegerInput,
// IntegerInput,
} from 'components/Form'
import { CryptoValue } from 'containers/UI'
import { CurrencyFieldGroup } from 'containers/Form'
Expand Down Expand Up @@ -313,7 +313,7 @@ class ChannelCreateForm extends React.Component {
</>
)}

<Flex alignItems="center" justifyContent="space-between" mt={2}>
{/* <Flex alignItems="center" justifyContent="space-between" mt={2}>
<Flex>
<Span color="gray" fontSize="s" mr={2}>
<Padlock />
Expand All @@ -333,7 +333,7 @@ class ChannelCreateForm extends React.Component {
variant="thin"
width={80}
/>
</Flex>
</Flex> */}
</Box>
)
}
Expand Down

0 comments on commit c3e5c57

Please sign in to comment.