Skip to content

Commit

Permalink
Fix DN nominator endpoint data.
Browse files Browse the repository at this point in the history
  • Loading branch information
kukabi committed Nov 19, 2024
1 parent 961bae4 commit cc367c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subvt-report-service/src/onekv/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub(crate) async fn get_onekv_nominator_summaries(data: web::Data<ServiceState>)
id,
onekv_id: id.to_string(),
stash_account_id: *stash_account_id,
stash_address: stash_account_id.to_string(),
stash_address: stash_account_id.to_ss58_check(),
bonded_amount: 0,
last_nomination_at: 0,
});
Expand Down

0 comments on commit cc367c1

Please sign in to comment.