Page MenuHomePhabricator

Replace CBitcoinSecret with {Encode,Decode}Secret
ClosedPublic

Authored by deadalnix on Jul 7 2019, 14:29.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
bitcoinsecret
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 6703
Build 11453: Bitcoin ABC Buildbot (legacy)
Build 11452: arc lint + arc unit

Event Timeline

markblundeberg added a subscriber: markblundeberg.
markblundeberg added inline comments.
src/base58.cpp
267

unsigned char -> uint8_t needed in a few places, this is the first.

This revision now requires changes to proceed.Jul 8 2019, 00:53
markblundeberg added inline comments.
src/base58.cpp
267

Eh I see it's fixed in the follow up, doesn't really matter then.

This revision is now accepted and ready to land.Jul 8 2019, 01:57