Commit 7ba5539
committed
[qt] Don't call method on null WalletModel object
This doesn't crash currently because the method doesn't access any object
members, but this behavior is fragile and incompatible with bitcoin#10102.1 parent 987a6c0 commit 7ba5539Copy full SHA for 7ba5539
1 file changed
+3-1Lines changed: 3 additions & 1 deletion
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/qt
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
114 | 114 | |
115 | 115 | |
116 | 116 | |
117 | | - |
118 | 117 | |
119 | 118 | |
120 | 119 | |
| ||
175 | 174 | |
176 | 175 | |
177 | 176 | |
| 177 | + |
| 178 | + |
| 179 | + |
178 | 180 | |
179 | 181 | |
180 | 182 | |
|
0 commit comments