From 494ff2ac71e95c6f85b1f99799ea407b697cb8d8 Mon Sep 17 00:00:00 2001 From: Oleksandr Pravdyvyi Date: Thu, 24 Jul 2025 17:31:53 +0300 Subject: [PATCH] fix: ToDo doc --- node_core/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/node_core/src/lib.rs b/node_core/src/lib.rs index b914bcf..a8ca0b9 100644 --- a/node_core/src/lib.rs +++ b/node_core/src/lib.rs @@ -951,6 +951,8 @@ impl NodeCore { // Ok(self.sequencer_client.send_tx(tx, tx_roots).await?) // } + // ToDo: Currently untested due to need for end-to-end integration tests. + // Add integration tests to cover this functionality pub async fn send_public_native_token_transfer( &self, from: AccountAddress,