Page MenuHomePhabricator

[RPC] Fix casing in getblockchaininfo to be inline with the rest of the response
ClosedPublic

Authored by PiRK on Oct 23 2020, 11:52.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rABC761a61277750: [RPC] Fix casing in getblockchaininfo to be inline with the rest of the response
Summary

The original PR changed the case of a parameter return by getblockchaininfo: startTime -> start_time
Luckily in our codebase it is only the documentation that was wrong, so this does not break compatibility. The parameter was reintroduced in Bitcoin ABC earlier this year while restoring BIP9 RPC support (D5135)

Backport of Core PR16817

Test Plan

bitcoin-cli help getblockchaininfo

Diff Detail

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