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
The orderer delivers blocks with block.Data=nil when asked for SeekInfo_HEADER_WITH_SIG.
However, with the introduction of a block cache, one needs to avoid mutating the block received from the block iterator, as those may be delivered to other peers that request full blocks.
The text was updated successfully, but these errors were encountered:
The orderer delivers blocks with block.Data=nil when asked for SeekInfo_HEADER_WITH_SIG.
However, with the introduction of a block cache, one needs to avoid mutating the block received from the block iterator, as those may be delivered to other peers that request full blocks.
The text was updated successfully, but these errors were encountered: