Skip to content

Commit

Permalink
Merge of #9153
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 22, 2025
2 parents 1bd790b + 80831d1 commit ecfb9c2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/usability_testing_plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ assignees: ''

### Method

<!-- Explain whether the tests will be co-located or reomte, moderated or unmoderated, and who will attend the sessions (e.g a moderator and a note-taker) -->
<!-- Explain whether the tests will be co-located or remote, moderated or unmoderated, and who will attend the sessions (e.g a moderator and a note-taker) -->

### Test environment, equipment and logistics

Expand All @@ -56,7 +56,7 @@ assignees: ''

## Session Outline and timing

<!-- The following sections provide some space to plan out the script and and tasks for your participants -->
<!-- The following sections provide some space to plan out the script and tasks for your participants -->

### 1.Introduction to the session (5\')

Expand Down
2 changes: 1 addition & 1 deletion book/src/dev/rfcs/0000-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Think about what the natural extension and evolution of your proposal would
be and how it would affect Zebra and Zcash as a whole. Try to use this
section as a tool to more fully consider all possible
interactions with the project and cryptocurrency ecosystem in your proposal.
Also consider how the this all fits into the roadmap for the project
Also consider how this all fits into the roadmap for the project
and of the relevant sub-team.

This is also a good place to "dump ideas", if they are out of scope for the
Expand Down
2 changes: 1 addition & 1 deletion book/src/dev/rfcs/0009-zebra-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ endpoint
<!-- be and how it would affect Zebra and Zcash as a whole. Try to use this -->
<!-- section as a tool to more fully consider all possible -->
<!-- interactions with the project and cryptocurrency ecosystem in your proposal. -->
<!-- Also consider how the this all fits into the roadmap for the project -->
<!-- Also consider how this all fits into the roadmap for the project -->
<!-- and of the relevant sub-team. -->

<!-- This is also a good place to "dump ideas", if they are out of scope for the -->
Expand Down
2 changes: 1 addition & 1 deletion book/src/dev/rfcs/drafts/xxxx-basic-integration-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Think about what the natural extension and evolution of your proposal would
be and how it would affect Zebra and Zcash as a whole. Try to use this
section as a tool to more fully consider all possible
interactions with the project and cryptocurrency ecosystem in your proposal.
Also consider how the this all fits into the roadmap for the project
Also consider how this all fits into the roadmap for the project
and of the relevant sub-team.
This is also a good place to "dump ideas", if they are out of scope for the
Expand Down
2 changes: 1 addition & 1 deletion zebra-network/src/address_book.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ impl AddressBook {
/// Get the active addresses in `self` in random order with sanitized timestamps,
/// including our local listener address.
///
/// Limited to a the number of peer addresses Zebra should give out per `GetAddr` request.
/// Limited to the number of peer addresses Zebra should give out per `GetAddr` request.
pub fn fresh_get_addr_response(&self) -> Vec<MetaAddr> {
let now = Utc::now();
let mut peers = self.sanitized(now);
Expand Down

0 comments on commit ecfb9c2

Please sign in to comment.