Page MenuHomePhabricator

Fix CNode construction in fuzz tests
ClosedPublic

Authored by Fabien on Feb 4 2022, 10:52.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCa005d7fe70d1: Fix CNode construction in fuzz tests
Summary

This is a follow up for D10973. The CNode constructors were not updated in the fuzz tests.

Test Plan
ninja bitcoin-fuzzers
./src/test/fuzz/process_message <path/to/corpus>/process_message
./src/test/fuzz/process_messages <path/to/corpus>/process_messages

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Feb 4 2022, 10:52
This revision is now accepted and ready to land.Feb 4 2022, 10:54
This revision was automatically updated to reflect the committed changes.