mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-13 22:41:25 +02:00
SteadyClockContext and FakeNodeClock are both LimitOne RAII helpers that mock a clock in tests -- the steady clock and the node clock, respectively. Rename the former so the two follow a consistent FakeXClock naming scheme. -BEGIN VERIFY SCRIPT- sed -i 's/SteadyClockContext/FakeSteadyClock/g' $(git grep -l SteadyClockContext) -END VERIFY SCRIPT-