Skip to content

Commit

Permalink
fix: resolve pr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wregulski committed Feb 19, 2024
1 parent 224a969 commit ff8e968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 BSV Blockchain Association ("BA")
Copyright (c) 2023-2024 BSV Blockchain Association ("BA")
Copyright (c) 2021-2022 @BuxOrg

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
5 changes: 1 addition & 4 deletions transports/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ import buxmodels "github.com/BuxOrg/bux-models"
type TransportType string

// SPVWalletUserAgent the spv wallet user agent sent to the spv wallet.
const SPVWalletUserAgent = "SPV-Wallet: go-client " + SPVWalletClientVersion

// SPVWalletClientVersion is the version of the client
const SPVWalletClientVersion = "v0.3.13"
const SPVWalletUserAgent = "SPV-Wallet: go-client"

const (
// SPVWalletTransportHTTP uses the http transport for all spv-wallet actions
Expand Down

0 comments on commit ff8e968

Please sign in to comment.