We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608dca4 commit 58bdb8dCopy full SHA for 58bdb8d
stackslib/src/net/api/tests/gettenureblocks.rs
@@ -71,12 +71,13 @@ fn test_try_make_response() {
71
StacksHttpRequest::new_get_tenure_blocks(addr.clone().into(), &nakamoto_consensus_hash);
72
requests.push(request);
73
74
- let genesis_consensus_hash = &test_observer
+ let genesis_consensus_hash = test_observer
75
.get_blocks()
76
.first()
77
.unwrap()
78
.metadata
79
- .consensus_hash;
+ .consensus_hash
80
+ .clone();
81
82
// query existing, non-empty Epoch2 tenure
83
let request =
0 commit comments