File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
testnet/stacks-node/src/nakamoto_node Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -333,6 +333,7 @@ impl StackerDBListener {
333
333
"signer_weight" => signer_entry. weight,
334
334
"total_weight_approved" => block. total_weight_approved,
335
335
"total_weight_rejected" => block. total_weight_rejected,
336
+ "weight_threshold" => self . weight_threshold,
336
337
"tenure_extend_timestamp" => tenure_extend_timestamp,
337
338
"server_version" => metadata. server_version,
338
339
) ;
@@ -393,6 +394,7 @@ impl StackerDBListener {
393
394
"signer_weight" => signer_entry. weight,
394
395
"total_weight_approved" => block. total_weight_approved,
395
396
"total_weight_rejected" => block. total_weight_rejected,
397
+ "weight_threshold" => self . weight_threshold,
396
398
"reason" => rejected_data. reason,
397
399
"reason_code" => %rejected_data. reason_code,
398
400
"tenure_extend_timestamp" => rejected_data. response_data. tenure_extend_timestamp,
You can’t perform that action at this time.
0 commit comments