Enable txindex=1 as default #37

Closed
kodxana wants to merge 211 commits from master into master
Showing only changes of commit d3bfed9a66 - Show all commits

View file

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