diff options
author | fanquake <fanquake@gmail.com> | 2020-11-02 20:42:21 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2020-11-12 13:12:29 +0800 |
commit | c82336c493b112160d781974d4066fcb956b85f6 (patch) | |
tree | c131f3437d3316a591b4b90d438f6041ed12707f /test | |
parent | c2d8ba6265a4375b039daf9cb36c0e0edad57eef (diff) |
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 c07f405944..48f81f3dbf 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 |