Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
chore: remove unused code that was commented
  • Loading branch information
geigerzaehler242 committed May 7, 2024
1 parent 0558062 commit 6593707
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PadawanWalletiOS/PadawanWallet/SendView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import BitcoinDevKit
struct SendView: View {

@Environment(WalletViewModel.self) private var walletViewModel
//@Bindable var viewModel: WalletViewModel

@State private var feesSatsPerVByte = 4.0
@State private var isEditing = false
Expand Down

0 comments on commit 6593707

Please sign in to comment.