(ctx context.Context, start, end uint64)
| 226 | } |
| 227 | |
| 228 | func (n *NodeP2P) RequestL2Range(ctx context.Context, start, end uint64) (uint64, error) { |
| 229 | return n.syncCl.RequestL2Range(start, end) |
| 230 | } |
| 231 | |
| 232 | func (n *NodeP2P) FetchBlob(index uint64, commit common.Hash) ([]byte, error) { |
| 233 | return n.syncCl.FetchBlob(index, commit) |