Function FullNode.acceptHeader

Push the header to upstream servers.

string acceptHeader (
  BlockHeader header
) @safe;

For Validators this is overridden so that it also adds missing signatures it has stored.

Parameters

NameDescription
the block header to distribute

Returns

the error message if block validation failed, otherwise null