Skip to content

Commit

Permalink
fixup! mod: use own txauthor version
Browse files Browse the repository at this point in the history
  • Loading branch information
ziggie1984 committed Feb 14, 2023
1 parent 7a7c5dd commit d44971c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ require (

go 1.16

replace github.com/btcsuite/btcwallet/wallet/txauthor v1.3.2 => github.com/ziggie1984/btcwallet/wallet/txauthor v1.2.4-0.20230213132509-43599deab57f
replace github.com/btcsuite/btcwallet/wallet/txauthor v1.3.2 => github.com/ziggie1984/btcwallet/wallet/txauthor v1.2.4-0.20230214105353-4551cebf39a4
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PK
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 h1:epCh84lMvA70Z7CTTCmYQn2CKbY8j86K7/FAIr141uY=
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7/go.mod h1:q4W45IWZaF22tdD+VEXcAWRA037jwmWEB5VWYORlTpc=
github.com/ziggie1984/btcwallet/wallet/txauthor v1.2.4-0.20230213132509-43599deab57f h1:tJSUDCp19wPVH0fyMz5JylCifVURDXxJjyGZShNJTMs=
github.com/ziggie1984/btcwallet/wallet/txauthor v1.2.4-0.20230213132509-43599deab57f/go.mod h1:k8f2FcgUQUdfpkY98vWvDYpXLb83g17EupcLv1KcNJw=
github.com/ziggie1984/btcwallet/wallet/txauthor v1.2.4-0.20230214105353-4551cebf39a4 h1:9l2pjhSpJXhKStLryBqN7DGy20jksrR+gGG0luInvYQ=
github.com/ziggie1984/btcwallet/wallet/txauthor v1.2.4-0.20230214105353-4551cebf39a4/go.mod h1:k8f2FcgUQUdfpkY98vWvDYpXLb83g17EupcLv1KcNJw=
go.etcd.io/bbolt v1.3.5-0.20200615073812-232d8fc87f50 h1:ASw9n1EHMftwnP3Az4XW6e308+gNsrHzmdhd0Olz9Hs=
go.etcd.io/bbolt v1.3.5-0.20200615073812-232d8fc87f50/go.mod h1:G5EMThwa9y8QZGBClrRx5EY+Yw9kAhnjy3bSjsnlVTQ=
golang.org/x/crypto v0.0.0-20170930174604-9419663f5a44/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
Expand Down

0 comments on commit d44971c

Please sign in to comment.