Skip to content

Commit

Permalink
Update psbt_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kilavvy authored Feb 22, 2025
1 parent 29f118e commit e32ba63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions btcutil/psbt/psbt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1546,7 +1546,7 @@ func TestWitnessForNonWitnessUtxo(t *testing.T) {
if err != nil {
t.Fatalf("failed to sign with pubkey 1: %v", err)
}
if res != SignSuccesful {
if res != SignSuccessful {
t.Fatalf("signing was not successful, got result %v", res)
}

Expand All @@ -1567,7 +1567,7 @@ func TestWitnessForNonWitnessUtxo(t *testing.T) {
if err != nil {
t.Fatalf("failed to sign with pubkey 2: %v", err)
}
if res != SignSuccesful {
if res != SignSuccessful {
t.Fatalf("signing was not successful, got result %v", res)
}

Expand Down

0 comments on commit e32ba63

Please sign in to comment.