Skip to content

Commit

Permalink
feat(BUX-645): update spv-wallet-go-client version (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawellewandowski98 authored Mar 19, 2024
1 parent 6900bc7 commit b2597ea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion domain/config/config_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (s *ConfigService) makeConfigs() {

func (s *ConfigService) makePublicConfig(shared *models.SharedConfig) *PublicConfig {
configuredPaymailDomain := viper.GetString(backendconfig.EnvPaymailDomain)
if !slices.Contains(shared.PaymilDomains, configuredPaymailDomain) {
if !slices.Contains(shared.PaymailDomains, configuredPaymailDomain) {
s.log.Warn().Str("configuredPaymailDomain", configuredPaymailDomain).Msg("Configured paymail domain is not in the list of paymail domains from SPV Wallet")
}

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.21.5

require (
github.com/avast/retry-go/v4 v4.5.1
github.com/bitcoin-sv/spv-wallet-go-client v0.7.0
github.com/bitcoin-sv/spv-wallet/models v0.20.0
github.com/bitcoin-sv/spv-wallet-go-client v0.8.0
github.com/bitcoin-sv/spv-wallet/models v0.23.0
github.com/brianvoe/gofakeit/v6 v6.28.0
github.com/centrifugal/centrifuge v0.31.0
github.com/gin-contrib/sessions v0.0.5
Expand Down
8 changes: 6 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/bitcoin-sv/spv-wallet-go-client v0.7.0 h1:EguLl1M1718K7JX+RH0Xf3daR6hqtLv/EGToa0DdtYI=
github.com/bitcoin-sv/spv-wallet-go-client v0.7.0/go.mod h1:l4G0evJq8XJy5j6x2nqvbZyEkIpNA++3Pp0nC8BdZ+o=
github.com/bitcoin-sv/spv-wallet/models v0.20.0 h1:rBVsmtrE7bmP7ieaAXowRWhvptQVU/R/DMS5F70qRX4=
github.com/bitcoin-sv/spv-wallet/models v0.20.0/go.mod h1:P8vXF1mPg1Zh3xSvB9yqwuPJfOR8Tt/SAG2FYztwENI=
github.com/bitcoin-sv/spv-wallet-go-client v0.8.0 h1:ZZ86O1DHemcs5sPX8gh5o/fqEGfi5sPGpeEE7ninS98=
github.com/bitcoin-sv/spv-wallet-go-client v0.8.0/go.mod h1:l4G0evJq8XJy5j6x2nqvbZyEkIpNA++3Pp0nC8BdZ+o=
github.com/bitcoin-sv/spv-wallet/models v0.22.0 h1:oDo2NIwfJO5LHkJ7taVWZnJBm8pldDoyLLVhdMj5vcs=
github.com/bitcoin-sv/spv-wallet/models v0.22.0/go.mod h1:P8vXF1mPg1Zh3xSvB9yqwuPJfOR8Tt/SAG2FYztwENI=
github.com/bitcoin-sv/spv-wallet/models v0.23.0 h1:y/bQThUdJCz3aLAne6q81O8xPgVhhVdKKKiMbzp/+dA=
github.com/bitcoin-sv/spv-wallet/models v0.23.0/go.mod h1:P8vXF1mPg1Zh3xSvB9yqwuPJfOR8Tt/SAG2FYztwENI=
github.com/bitcoinschema/go-bitcoin/v2 v2.0.5 h1:Sgh5Eb746Zck/46rFDrZZEXZWyO53fMuWYhNoZa1tck=
github.com/bitcoinschema/go-bitcoin/v2 v2.0.5/go.mod h1:JjO1ivfZv6vhK0uAXzyH08AAHlzNMAfnyK1Fiv9r4ZA=
github.com/bitcoinsv/bsvd v0.0.0-20190609155523-4c29707f7173 h1:2yTIV9u7H0BhRDGXH5xrAwAz7XibWJtX2dNezMeNsUo=
Expand Down

0 comments on commit b2597ea

Please sign in to comment.