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,