Page MenuHomePhabricator

Do not use Amount constructor taking satoshi as aprameter in the test code.
ClosedPublic

Authored by deadalnix on Sep 5 2018, 14:24.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
satbuildtest
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3202
Build 4491: Bitcoin ABC Buildbot (legacy)
Build 4490: arc lint + arc unit

Event Timeline

jasonbcox requested changes to this revision.Sep 5 2018, 16:49
jasonbcox added a subscriber: jasonbcox.
jasonbcox added inline comments.
src/test/main_tests.cpp
57 ↗(On Diff #4770)

ULL -> LL, as casting unsigned immediately to signed is pointless

This revision now requires changes to proceed.Sep 5 2018, 16:49
This revision is now accepted and ready to land.Sep 5 2018, 22:22
This revision was automatically updated to reflect the committed changes.