diff --git a/LICENSE b/LICENSE index 9aaa12fb..b1fb1420 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/transports/config.go b/transports/config.go index f98c35fe..cc3f56b5 100644 --- a/transports/config.go +++ b/transports/config.go @@ -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