Skip to content

Commit

Permalink
chore: update doc based on comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin committed Jul 6, 2024
1 parent 91cbda4 commit 3a0d718
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sn_networking/src/transfers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ impl Network {
let get_cfg = GetRecordCfg {
get_quorum: Quorum::Majority,
retry_strategy: None,
// This should not be set.
// This should not be set here. This function is used as a quick check to find the spends around the key during
// validation. The returned records might possibly be double spend attempt and the record will not match
// what we will have in hand.
target_record: None,
expected_holders: Default::default(),
};
Expand Down

0 comments on commit 3a0d718

Please sign in to comment.