Skip to content

Commit

Permalink
settings: set public key field in announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Oct 7, 2024
1 parent 0bc8352 commit 11cc71d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions host/settings/announce.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func (m *ConfigManager) Announce() error {
minerFee := m.chain.RecommendedFee().Mul64(announcementTxnSize)

ha := chain.HostAnnouncement{
PublicKey: m.hostKey.PublicKey(),
NetAddress: settings.NetAddress,
}

Expand Down

0 comments on commit 11cc71d

Please sign in to comment.