Skip to content

Commit da8067c

Browse files
committed
main: update utreexo library
1 parent 5d39ae6 commit da8067c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/jrick/logrotate v1.0.0
1414
github.com/kkdai/bstream v0.0.0-20161212061736-f391b8402d23
1515
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
16-
github.com/utreexo/utreexo v0.0.0-20230901045136-21ec77340785
16+
github.com/utreexo/utreexo v0.0.0-20231105072134-d8178973ca6b
1717
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
1818
)
1919

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ github.com/utreexo/utreexo v0.0.0-20230823075724-7ead873940f8 h1:O8zO0TpVU9bp1cy
8282
github.com/utreexo/utreexo v0.0.0-20230823075724-7ead873940f8/go.mod h1:RT9JpZADhLr2YJVBgp48tmUxVeAHaAbOSr6p6nAEJpI=
8383
github.com/utreexo/utreexo v0.0.0-20230901045136-21ec77340785 h1:tbjTOjS9sb77/1OnqPiUM0bl5CMRMKm6PJNWllO+9Ds=
8484
github.com/utreexo/utreexo v0.0.0-20230901045136-21ec77340785/go.mod h1:RT9JpZADhLr2YJVBgp48tmUxVeAHaAbOSr6p6nAEJpI=
85+
github.com/utreexo/utreexo v0.0.0-20231105072134-d8178973ca6b h1:8ZlY6hIjJOx3EGA58cfXbnFEFomHSe5+ku/f2ONwPkk=
86+
github.com/utreexo/utreexo v0.0.0-20231105072134-d8178973ca6b/go.mod h1:RT9JpZADhLr2YJVBgp48tmUxVeAHaAbOSr6p6nAEJpI=
8587
golang.org/x/crypto v0.0.0-20170930174604-9419663f5a44/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
8688
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
8789
golang.org/x/crypto v0.0.0-20200115085410-6d4e4cb37c7d/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=

0 commit comments

Comments
 (0)