Merge 011a895a82 into merged_master (Bitcoin PR bitcoin/bitcoin#29015)

This commit is contained in:
ikripaka 2026-02-27 22:48:24 +00:00
commit 006073614d
No known key found for this signature in database
122 changed files with 1077 additions and 574 deletions

View file

@ -42,6 +42,9 @@
#include <event2/keyvalq_struct.h>
#include <support/events.h>
using util::Join;
using util::ToString;
// The server returns time values from a mockable system clock, but it is not
// trivial to get the mocked time from the server, nor is it needed for now, so
// just use a plain system_clock.