diff options
| author | fanquake <[email protected]> | 2020-11-02 20:42:21 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2020-11-12 13:12:29 +0800 |
| commit | c82336c493b112160d781974d4066fcb956b85f6 (patch) | |
| tree | c131f3437d3316a591b4b90d438f6041ed12707f /test | |
| parent | Merge #19502: Bugfix: Wallet: Soft-fail exceptions within ListWalletDir file ... (diff) | |
| download | discoin-c82336c493b112160d781974d4066fcb956b85f6.tar.xz discoin-c82336c493b112160d781974d4066fcb956b85f6.zip | |
Remove references to CreateWalletFromFile
CWallet::CreateWalletFromFile() was removed in
8b5e7297c02f3100a9cb27bfe206e3fc617ec173 but these references remain.
Diffstat (limited to 'test')
| -rw-r--r-- | test/sanitizer_suppressions/tsan | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sanitizer_suppressions/tsan b/test/sanitizer_suppressions/tsan index c07f40594..48f81f3db 100644 --- a/test/sanitizer_suppressions/tsan +++ b/test/sanitizer_suppressions/tsan @@ -32,7 +32,7 @@ deadlock:CConnman::ForNode deadlock:CConnman::GetNodeStats deadlock:CChainState::ConnectTip deadlock:UpdateTip -deadlock:wallet_tests::CreateWalletFromFile +deadlock:wallet_tests::CreateWallet # WalletBatch (unidentified deadlock) deadlock:WalletBatch |