mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
Merge branch 'master' into biometrics
This commit is contained in:
commit
102bad7727
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
v4.5.2
|
||||
======
|
||||
|
||||
* FIX: NaN when sending onchain
|
||||
* FIX: RBF tx memo porting
|
||||
|
||||
v4.5.0
|
||||
======
|
||||
|
||||
|
|
|
@ -97,7 +97,7 @@ export default class WalletExport extends Component {
|
|||
value={this.state.wallet.getSecret()}
|
||||
logo={require('../../img/qr-code.png')}
|
||||
size={this.state.qrCodeHeight}
|
||||
logoSize={90}
|
||||
logoSize={70}
|
||||
color={BlueApp.settings.foregroundColor}
|
||||
logoBackgroundColor={BlueApp.settings.brandingColor}
|
||||
ecl={'H'}
|
||||
|
|
Loading…
Add table
Reference in a new issue