Page MenuHomePhabricator

cli -netinfo: make age column variable-width
ClosedPublic

Authored by PiRK on Dec 21 2021, 08:34.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC185ed7f57bb9: cli -netinfo: make age column variable-width
Summary

It has a wide possible range and the new name ("age" instead of "uptime") is much shorter.

This is a backport of core#20115 [2/4]
https://github.com/bitcoin/bitcoin/pull/20115/commits/33e987452f869c279f2491499939e51e0af8364c

Depends on D10707

Test Plan

ninja && src/bitcoind --daemon && sleep 5 && src/bitcoin-cli -netinfo 4 && src/bitcoin-cli stop

Diff Detail

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

Event Timeline

PiRK requested review of this revision.Dec 21 2021, 08:34

remove duplicate result =+ line

This revision is now accepted and ready to land.Dec 21 2021, 13:25
This revision was automatically updated to reflect the committed changes.