| 384 | } |
| 385 | |
| 386 | RecentRequestsTableModel *WalletModel::getRecentRequestsTableModel() |
| 387 | { |
| 388 | return recentRequestsTableModel; |
| 389 | } |
| 390 | |
| 391 | WalletModel::EncryptionStatus WalletModel::getEncryptionStatus() const |
| 392 | { |
no outgoing calls
no test coverage detected