You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to reproduce with go version 1.24.0 and seems like there was a change to the go toolchain. I'll push a fix soon so that it'll still build with 1.24.0.
For now, you could use a past go version or build without the bdk wallet:
# command to build without the bdk wallet.
go build -o . ./...
I cannot build it,
make all
gives me:About my machine: Ubuntu Desktop 22.04 LTS, Go version
1.24.0 linux/amd64
, Rustrustc 1.78.0
.The text was updated successfully, but these errors were encountered: