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,