Skip to content

Commit 1f833be

Browse files
committed
Fix typo in function def
Signed-off-by: Jacinta Ferrant <jacinta.ferrant@gmail.com>
1 parent 7cd921e commit 1f833be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks-signer/src/v0/signer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ impl Signer {
721721
#[cfg(not(any(test, feature = "testing")))]
722722
fn send_block_response(
723723
&mut self,
724-
block: &Option<NakamotoBlock>,
724+
block: Option<&NakamotoBlock>,
725725
block_response: BlockResponse,
726726
) {
727727
self.impl_send_block_response(block, block_response)

0 commit comments

Comments
 (0)