Enable txindex=1 as default #37
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ func TestOrphanReject(t *testing.T) {
|
||||||
|
|
||||||
// Ensure no transactions were reported as accepted.
|
// Ensure no transactions were reported as accepted.
|
||||||
if len(acceptedTxns) != 0 {
|
if len(acceptedTxns) != 0 {
|
||||||
t.Fatal("ProcessTransaction: reported %d accepted "+
|
t.Fatalf("ProcessTransaction: reported %d accepted "+
|
||||||
"transactions from failed orphan attempt",
|
"transactions from failed orphan attempt",
|
||||||
len(acceptedTxns))
|
len(acceptedTxns))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue