Skip to content

Commit

Permalink
1.1.9 1 (#231)
Browse files Browse the repository at this point in the history
* bump build for import paper wallet hotfix

* fix paper wallet issue
  • Loading branch information
willyfromtheblock authored Aug 23, 2023
1 parent 732ec2c commit eeb3462
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/screens/wallet/import_paper_wallet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class _ImportPaperWalletScreenState extends State<ImportPaperWalletScreen> {
}

return await _walletProvider.buildTransaction(
identifier: _activeCoin.name,
identifier: _walletName,
recipients: {_walletProvider.getUnusedAddress(_walletName): _balanceInt},
fee: 0,
paperWalletPrivkey: _privKey,
Expand Down Expand Up @@ -417,4 +417,5 @@ class _ImportPaperWalletScreenState extends State<ImportPaperWalletScreen> {
),
);
}
//TODO unit test with mocked camera
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: peercoin
description: A new Peercoin wallet.

version: 1.1.9+130
version: 1.1.9+131

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit eeb3462

Please sign in to comment.