fix(wallet_ffi): tests and leading algorithm fixes

This commit is contained in:
Pravdyvy
2026-07-13 15:37:25 +03:00
parent daabe7f29e
commit 1615a06604
8 changed files with 440 additions and 90 deletions
@@ -61,7 +61,7 @@ async fn main() {
// Construct the public transaction
// Query the current nonce from the node
let nonces = wallet_core
.get_accounts_nonces(vec![account_id])
.get_accounts_nonces(&[account_id])
.await
.expect("Node should be reachable to query account data");
let signing_keys = [&signing_key];