mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 00:18:00 +00:00
ci: Appease Clippy (#761)
This should make the CI green again, as the lints have been introduced in a new stable release, outside of the changes made in this repository.
This commit is contained in:
@@ -271,7 +271,7 @@ async fn storage_balance_lock() -> Result<(), subxt::Error> {
|
||||
|
||||
let locks_addr = node_runtime::storage()
|
||||
.balances()
|
||||
.locks(&AccountKeyring::Bob.to_account_id());
|
||||
.locks(AccountKeyring::Bob.to_account_id());
|
||||
|
||||
let locks = api.storage().fetch_or_default(&locks_addr, None).await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user