Skip to content

Commit

Permalink
chain: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Sep 19, 2024
1 parent fea16dd commit be22ee7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chain/chain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ func TestV2Attestations(t *testing.T) {
sk := types.GeneratePrivateKey()
ann := chain.HostAnnouncement{
NetAddress: "foo.bar:1234",
PublicKey: sk.PublicKey(),
}
se := ms.SpendableElement(t)
txn := types.V2Transaction{
Expand Down Expand Up @@ -234,6 +235,7 @@ func TestV2Attestations(t *testing.T) {
sk := types.GeneratePrivateKey()
ann := chain.HostAnnouncement{
NetAddress: "foo.bar:1234",
PublicKey: sk.PublicKey(),
}
txn := types.V2Transaction{
ArbitraryData: frand.Bytes(16),
Expand Down Expand Up @@ -278,6 +280,7 @@ func TestV2Attestations(t *testing.T) {
sk := types.GeneratePrivateKey()
ann := chain.HostAnnouncement{
NetAddress: "foo.bar:1234",
PublicKey: sk.PublicKey(),
}
se := ms.SpendableElement(t)
minerFee := types.Siacoins(1)
Expand Down

0 comments on commit be22ee7

Please sign in to comment.