Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Bump version and changed import to use v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Mar 24, 2022
1 parent c086854 commit 2a40594
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chainstate/definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const (
defaultBroadcastTimeOut = 15 * time.Second
defaultQueryTimeOut = 15 * time.Second
defaultUserAgent = "go-chainstate: " + version
version = "v0.1.8"
version = "v0.1.9"
whatsOnChainRateLimitWithKey = 20
)

Expand Down
2 changes: 1 addition & 1 deletion definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const (
dustLimit = uint64(546) // Dust limit
mongoTestVersion = "4.2.1" // Mongo Testing Version
sqliteTestVersion = "3.37.0" // SQLite Testing Version (dummy version for now)
version = "v0.1.8" // bux version
version = "v0.1.9" // bux version
)

// All the base models
Expand Down
2 changes: 1 addition & 1 deletion model_destinations.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

"github.com/BuxOrg/bux/datastore"
"github.com/BuxOrg/bux/utils"
"github.com/bitcoinschema/go-bitcoin"
"github.com/bitcoinschema/go-bitcoin/v2"
)

// Destination is an object representing the BitCoin destination table
Expand Down

0 comments on commit 2a40594

Please sign in to comment.