Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chris124567 committed Jan 12, 2025
1 parent de870ee commit c201c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func TestAPI(t *testing.T) {
t.Fatal(err)
}

// Unconfirmed transaction
// Unconfirmed transaction relevant to addr1
txn3 := types.Transaction{
SiacoinInputs: []types.SiacoinInput{{
ParentID: txn1.SiacoinOutputID(0),
Expand All @@ -213,7 +213,7 @@ func TestAPI(t *testing.T) {
}
testutil.SignTransaction(cm.TipState(), pk1, &txn3)

// Other unconfirmed transctions
// Other unconfirmed transaction
txn4 := types.Transaction{}
if _, err := cm.AddPoolTransactions([]types.Transaction{txn3, txn4}); err != nil {
t.Fatal(err)
Expand Down

0 comments on commit c201c45

Please sign in to comment.