Skip to content

Commit

Permalink
Fix wallet.start_rpc_server default value when it was previously miss…
Browse files Browse the repository at this point in the history
…ing in config (#43)
  • Loading branch information
cmmarslender authored Nov 21, 2024
1 parent 373d7c2 commit cf1d8b5
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 @@ -3,7 +3,7 @@ module github.com/chia-network/chia-tools
go 1.22.4

require (
github.com/chia-network/go-chia-libs v0.18.4
github.com/chia-network/go-chia-libs v0.18.5
github.com/chia-network/go-modules v0.0.8
github.com/spf13/cast v1.7.0
github.com/spf13/cobra v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/chia-network/go-chia-libs v0.18.4 h1:cq+f4AA354PvR3/bDWypzphu/fecXBX6hWwFQGlFzYM=
github.com/chia-network/go-chia-libs v0.18.4/go.mod h1:npTqaFSjTdMxE7hc0LOmWJmWGqcs+IERarK5fDxXk/I=
github.com/chia-network/go-chia-libs v0.18.5 h1:G4/QpQJCeg0r4aEN2f40stTuvgu6p0xx6m+uIFRdoQw=
github.com/chia-network/go-chia-libs v0.18.5/go.mod h1:npTqaFSjTdMxE7hc0LOmWJmWGqcs+IERarK5fDxXk/I=
github.com/chia-network/go-modules v0.0.8 h1:VATMxehRISOhaRwPo/GL735IKWW0G7sUYH2OmBofsfE=
github.com/chia-network/go-modules v0.0.8/go.mod h1:OdvlWftyJc3+i3QYv5cfQsiQASL7Em7fJnzdmPmj07M=
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
Expand Down

0 comments on commit cf1d8b5

Please sign in to comment.