From 18178f37648ea45a9dc6d9154f06f753c86b71e0 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Wed, 18 Sep 2024 01:09:07 -0400 Subject: [PATCH] Add note on the returned top-level transfers being unordered --- processor/ethereum/erc20/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/processor/ethereum/erc20/src/lib.rs b/processor/ethereum/erc20/src/lib.rs index 920915e9..400a5baa 100644 --- a/processor/ethereum/erc20/src/lib.rs +++ b/processor/ethereum/erc20/src/lib.rs @@ -149,6 +149,8 @@ impl Erc20 { } /// Fetch all top-level transfers to the specified address. + /// + /// The result of this function is unordered. pub async fn top_level_transfers( &self, block: u64,