Skip to content

Commit

Permalink
chore: use forked electrum lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jackstar12 committed Nov 8, 2024
1 parent 6cab927 commit fb36cc3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion electrum/electrum.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

"github.com/BoltzExchange/boltz-client/logger"
"github.com/BoltzExchange/boltz-client/onchain"
"github.com/checksum0/go-electrum/electrum"
"github.com/BoltzExchange/go-electrum/electrum"
)

type Client struct {
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go 1.23.0

require (
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/BoltzExchange/go-electrum v0.0.0-20241108085421-d6484ac8e978
github.com/BurntSushi/toml v1.3.2
github.com/Masterminds/semver v1.5.0
github.com/briandowns/spinner v1.23.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,8 @@ github.com/AlecAivazis/survey/v2 v2.3.7 h1:6I/u8FvytdGsgonrYsVn2t8t4QiRnh6QSTqkk
github.com/AlecAivazis/survey/v2 v2.3.7/go.mod h1:xUTIdE4KCOIjsBAE1JYsUPoCqYdZ1reCfTwbto0Fduo=
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 h1:L/gRVlceqvL25UVaW/CKtUDjefjrs0SPonmDGUVOYP0=
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E=
github.com/BoltzExchange/go-electrum v0.0.0-20241108085421-d6484ac8e978 h1:e/vSE6f1Dcd+lYZ6rz8Tput0nmzXWfe6y23Zjxj1aKI=
github.com/BoltzExchange/go-electrum v0.0.0-20241108085421-d6484ac8e978/go.mod h1:Ol6U+Rsd09N/dM3OZrjNORCAPeDls80JG54qK6BuIlk=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/toml v1.3.2 h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8=
github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
Expand Down

0 comments on commit fb36cc3

Please sign in to comment.