You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oracle::header::get_header_at returns a Header object at some block number, but it does not constrain that the returned header is the requested one, only that it is valid. The block_number parameter is only used as an argument to the get_header_at_internal function, which acts as an unconstrained oracle wrapper.
The text was updated successfully, but these errors were encountered:
oracle::header::get_header_at
returns aHeader
object at some block number, but it does not constrain that the returned header is the requested one, only that it is valid. Theblock_number
parameter is only used as an argument to theget_header_at_internal
function, which acts as an unconstrained oracle wrapper.The text was updated successfully, but these errors were encountered: