Commit 08a55c2 1 parent d1dd5cf commit 08a55c2 Copy full SHA for 08a55c2
File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ impl Panels {
71
71
cache. network ,
72
72
) ,
73
73
settings : state:: SettingsState :: new (
74
- data_dir. clone ( ) ,
74
+ data_dir,
75
75
wallet. clone ( ) ,
76
76
internal_bitcoind. is_some ( ) ,
77
77
) ,
@@ -163,9 +163,9 @@ impl App {
163
163
. map ( |txs| txs. first ( ) . cloned ( ) )
164
164
{
165
165
Ok ( Some ( spend_tx) ) => {
166
- PsbtsPanel :: new_preselected ( self . wallet . clone ( ) , spend_tx) . into ( )
166
+ PsbtsPanel :: new_preselected ( self . wallet . clone ( ) , spend_tx)
167
167
}
168
- _ => PsbtsPanel :: new ( self . wallet . clone ( ) , & self . cache . spend_txs ) . into ( ) ,
168
+ _ => PsbtsPanel :: new ( self . wallet . clone ( ) , & self . cache . spend_txs ) ,
169
169
} ;
170
170
}
171
171
menu:: Menu :: RefreshCoins ( preselected) => {
@@ -175,8 +175,7 @@ impl App {
175
175
self . cache . blockheight as u32 ,
176
176
preselected,
177
177
self . cache . network ,
178
- )
179
- . into ( ) ;
178
+ ) ;
180
179
}
181
180
_ => { }
182
181
} ;
You can’t perform that action at this time.
0 commit comments