stream address

This commit is contained in:
mr
2026-02-05 15:36:22 +01:00
parent 8ee5b84e21
commit 425cbdfe7d
6 changed files with 11 additions and 7 deletions

View File

@@ -237,7 +237,7 @@ func (d *Node) claimInfo(
}
rec.APIUrl = endPoint
rec.StreamAddress = "/ip4/" + conf.GetConfig().Hostname + " /tcp/" + fmt.Sprintf("%v", conf.GetConfig().NodeEndpointPort) + " /p2p/" + rec.PeerID
rec.StreamAddress = "/ip4/" + conf.GetConfig().Hostname + " /tcp/" + fmt.Sprintf("%v", conf.GetConfig().NodeEndpointPort) + "/p2p/" + rec.PeerID
rec.NATSAddress = oclib.GetConfig().NATSUrl
rec.WalletAddress = "my-wallet"
rec.ExpiryDate = expiry