Update psbt_test.go

This commit is contained in:
kilavvy 2025-02-22 13:01:03 +01:00 committed by GitHub
parent 29f118efc1
commit e32ba63408
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
}
@ -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)
}