mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 19:55:53 +03:00
btc: go to invoice screen only after receiving psbt
This commit is contained in:
parent
b3d0919cba
commit
4c22a439e4
@ -34,7 +34,9 @@ export default class Send extends Component {
|
||||
}
|
||||
}
|
||||
this.props.api.btcWalletCommand(command).then(
|
||||
(res) => console.log({res})
|
||||
(res) => {
|
||||
this.setState({signing: true});
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
@ -133,7 +135,6 @@ export default class Send extends Component {
|
||||
px='24px'
|
||||
onClick={() =>{
|
||||
this.initPayment()
|
||||
this.setState({signing: true})
|
||||
}}
|
||||
/>
|
||||
</Row>
|
||||
|
Loading…
Reference in New Issue
Block a user