Skip to content

Commit 3cccb35

Browse files
committed
Fix remaining compilation errors
- Remove duplicate walletProvider declaration in banking screen - All compilation errors should now be resolved for Linux build
1 parent c33ef54 commit 3cccb35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/screens/banking/banking_screen.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ class _BankingScreenState extends State<BankingScreen>
6060
final walletProvider = Provider.of<WalletProvider>(context, listen: false);
6161

6262
// Get the actual private key from the wallet provider
63-
final walletProvider = Provider.of<WalletProvider>(context, listen: false);
6463
final wallet = walletProvider.wallet;
6564

6665
if (wallet == null) {

0 commit comments

Comments
 (0)