Store compactBlocks

This commit is contained in:
Aditya Kulkarni
2019-09-25 17:18:27 -07:00
parent d503752588
commit 6f56b8b8e9
3 changed files with 22 additions and 20 deletions

View File

@@ -136,7 +136,7 @@ func (s *SqlStreamer) GetBlock(ctx context.Context, id *walletrpc.BlockID) (*wal
return nil, err
}
return cBlock.ToCompact(), err
return cBlock, err
}
}