From bc25104c9f220c809033f06e5860ea823afae407 Mon Sep 17 00:00:00 2001 From: canonbrother Date: Tue, 4 Jun 2024 15:12:14 +0800 Subject: [PATCH] typing correction: rpc get_account_history height u64 -> u32 --- client/src/traits/account.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/traits/account.rs b/client/src/traits/account.rs index cd92fdf..3054b65 100644 --- a/client/src/traits/account.rs +++ b/client/src/traits/account.rs @@ -113,7 +113,7 @@ impl AccountRPC for Client { async fn get_account_history( &self, owner: &str, - block_height: u64, + block_height: u32, txn: u32, ) -> Result { self.call(