Follow Shared prefix convention for Window alias (#798)
Follow Shared prefix convention for Window alias.
This commit is contained in:
committed by
GitHub
parent
ea7fa11b3e
commit
308b6c3371
@ -144,7 +144,7 @@ impl FullNode {
|
||||
entry_height: u64,
|
||||
node_info: &NodeInfo,
|
||||
blob_recycler: &BlobRecycler,
|
||||
) -> streamer::Window {
|
||||
) -> streamer::SharedWindow {
|
||||
match ledger_tail {
|
||||
Some(ledger_tail) => {
|
||||
// convert to blobs
|
||||
|
Reference in New Issue
Block a user