Removed spacer
This commit is contained in:
parent
dbb640642b
commit
57428a65c6
|
@ -62,7 +62,6 @@ class Blockchain extends React.Component {
|
||||||
type="text"
|
type="text"
|
||||||
defaultValue={this.state.valueSet}
|
defaultValue={this.state.valueSet}
|
||||||
onChange={(e) => this.handleChange(e)} />
|
onChange={(e) => this.handleChange(e)} />
|
||||||
{' '}
|
|
||||||
<Button bsStyle="primary" onClick={(e) => this.setValue(e)}>Set Value</Button>
|
<Button bsStyle="primary" onClick={(e) => this.setValue(e)}>Set Value</Button>
|
||||||
<HelpBlock>Once you set the value, the transaction will need to be mined and then the value will be updated on the blockchain.</HelpBlock>
|
<HelpBlock>Once you set the value, the transaction will need to be mined and then the value will be updated on the blockchain.</HelpBlock>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
|
|
Loading…
Reference in New Issue