mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 06:52:41 +01:00
Update details.js
This commit is contained in:
parent
0c3b6a04cc
commit
01c94a4946
1 changed files with 0 additions and 1 deletions
|
@ -1067,7 +1067,6 @@ export default class SendDetails extends Component {
|
|||
text: loc._.ok,
|
||||
onPress: async () => {
|
||||
Keyboard.dismiss();
|
||||
console.warn('this.state.recipientsScrollIndex = ', this.state.recipientsScrollIndex);
|
||||
const recipient = this.state.addresses[this.state.recipientsScrollIndex];
|
||||
recipient.amount = BitcoinUnit.MAX;
|
||||
recipient.amountSats = BitcoinUnit.MAX;
|
||||
|
|
Loading…
Add table
Reference in a new issue