mod: update btcwallet dependency to fix crash

Fixes #5864.
Updates the btcwallet dependency to the version that fixes the
concurrent map access crash.
This commit is contained in:
Oliver Gugger
2021-10-25 09:45:22 +02:00
parent cac8da819f
commit 47879d95e8
3 changed files with 7 additions and 3 deletions

2
go.mod
View File

@@ -9,7 +9,7 @@ require (
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
github.com/btcsuite/btcutil v1.0.3-0.20210527170813-e2ba6805a890
github.com/btcsuite/btcutil/psbt v1.0.3-0.20210527170813-e2ba6805a890
github.com/btcsuite/btcwallet v0.12.1-0.20211008000044-541a8512ccfe
github.com/btcsuite/btcwallet v0.12.1-0.20211022222026-9043c19d8725
github.com/btcsuite/btcwallet/wallet/txauthor v1.1.0
github.com/btcsuite/btcwallet/wallet/txrules v1.1.0
github.com/btcsuite/btcwallet/walletdb v1.3.6-0.20210803004036-eebed51155ec