mirror of
https://github.com/btcsuite/btcd.git
synced 2025-02-22 22:25:45 +01:00
Update psbt_test.go
This commit is contained in:
parent
29f118efc1
commit
e32ba63408
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue