Skip to content

Commit

Permalink
chore: bump btcapi dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tyzbit committed Apr 26, 2022
1 parent 50f58ab commit 38dceb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/golobby/config/v3 v3.3.4
github.com/sirupsen/logrus v1.8.1
github.com/tyzbit/btcapi v0.3.0
github.com/tyzbit/btcapi v0.4.0
gorm.io/driver/sqlite v1.3.2
gorm.io/gorm v1.23.4
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/tyzbit/btcapi v0.3.0 h1:Jv4i6y0ba3IZesDRuiqpSgFaktsV9Yjf+OO63u9CsLA=
github.com/tyzbit/btcapi v0.3.0/go.mod h1:hU/nXDArmULgj3lAjQdK+eMY3F5HlsWN+MAoGszp9RY=
github.com/tyzbit/btcapi v0.4.0 h1:3XZksHhqPCr7Z/kLd9fTikHvVTXO1iH3hzC+IBnZLvo=
github.com/tyzbit/btcapi v0.4.0/go.mod h1:hU/nXDArmULgj3lAjQdK+eMY3F5HlsWN+MAoGszp9RY=
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 h1:xHms4gcpe1YE7A3yIllJXP16CMAGuqwO2lX1mTyyRRc=
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func main() {

// Set up BTC-RPC
btcapi := btcapi.Config{
APIEndpoint: watcher.BTCRPCAPI,
ExplorerURL: watcher.BTCRPCAPI,
}

// Check balance of each address
Expand Down

0 comments on commit 38dceb9

Please sign in to comment.