Page MenuHomePhabricator

Remove the public contructor for Amount
AbandonedPublic

Authored by deadalnix on Mar 7 2019, 16:49.

Details

Reviewers
jasonbcox
Group Reviewers
Restricted Project
Summary

It's the last part of the public API that rely on a specific binary representation.

Test Plan
make check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
amountnoctor
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5173
Build 8409: Bitcoin ABC Buildbot (legacy)
Build 8408: arc lint + arc unit

Event Timeline

jasonbcox requested changes to this revision.Mar 7 2019, 18:21
jasonbcox added a subscriber: jasonbcox.

The constructor that was moved is already private and made public despite you saying the public constructor was removed.

This revision now requires changes to proceed.Mar 7 2019, 18:21