Page MenuHomePhabricator

Move interface -> interfaces
ClosedPublic

Authored by jasonbcox on Apr 18 2019, 16:48.

Details

Summary

Core PR 12906 ( https://github.com/bitcoin/bitcoin/pull/12906/files ) renames these files.
Rather than applying this large refactor patch after the completion of T417, I'm applying part of it now
and will be applying the rest of it in-place for the remaining T417 diffs.

Test Plan

make check
ninja check

Diff Detail

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

Event Timeline

Renaming the namespaces which should have been included the first time around

Fabien requested changes to this revision.Apr 19 2019, 08:05
Fabien added inline comments.
src/interfaces/handler.h
5 ↗(On Diff #8122)

BITCOIN_INTERFACE_HANDLER_H => BITCOIN_INTERFACES_HANDLER_H

6 ↗(On Diff #8122)

dito

34 ↗(On Diff #8122)

dito

This revision now requires changes to proceed.Apr 19 2019, 08:05

Rebase + update header guards

This revision is now accepted and ready to land.Apr 19 2019, 18:19
This revision was automatically updated to reflect the committed changes.