Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
no estimate rate gathering signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
rsbondi committed Nov 13, 2019
1 parent 0d49c0d commit 65eef87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Spend/OutputsForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class OutputsForm extends React.Component {
endAdornment: <InputAdornment position="end">
<Tooltip placement='top' title='Estimate best rate'>
<small>
<IconButton onClick={this.getFeeEstimate} >
<IconButton onClick={this.getFeeEstimate} disabled={finalizedOutputs}>
<Speed />
</IconButton>
</small>
Expand Down

0 comments on commit 65eef87

Please sign in to comment.