Skip to content

Commit

Permalink
v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Oct 2, 2022
1 parent 9358a7b commit 77b04a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func esploras(network string) (ss []string) {
func main() {
p := plugin.Plugin{
Name: "trustedcoin",
Version: "v0.5.4",
Version: "v0.5.5",
Options: []plugin.Option{
{Name: "bitcoin-rpcconnect", Type: "string", Description: "Hostname (IP) to bitcoind RPC (optional).", Default: ""},
{Name: "bitcoin-rpcport", Type: "string", Description: "Port to bitcoind RPC (optional).", Default: ""},
Expand Down

0 comments on commit 77b04a5

Please sign in to comment.