Skip to content

Commit

Permalink
fix: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thewoodfish committed Dec 16, 2024
1 parent 886cd11 commit 4670ba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swarm-nl/src/core/sharding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pub struct ShardingInfo {
pub(super) struct DefaultShardStorage;

impl ShardStorage for DefaultShardStorage {
/// Important function to implement on shard storage interface to read local shard data and return a response to the requesting node.
fn fetch_data(&self, key: ByteVector) -> ByteVector {
// Simply echo incoming data request
key
Expand Down

0 comments on commit 4670ba2

Please sign in to comment.