From 1414343fa5f0cc1d50d21cc540fa457a0d6cae47 Mon Sep 17 00:00:00 2001 From: Alin Cruceat Date: Tue, 30 Jul 2024 18:21:29 +0300 Subject: [PATCH] set type before nonce --- simple-esdt-test/src/simple_esdt_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple-esdt-test/src/simple_esdt_test.rs b/simple-esdt-test/src/simple_esdt_test.rs index c17293d..6f180dc 100644 --- a/simple-esdt-test/src/simple_esdt_test.rs +++ b/simple-esdt-test/src/simple_esdt_test.rs @@ -64,8 +64,8 @@ pub trait SimpleEsdtTest { arg_buffer.push_arg(&ManagedBuffer::new()); //attributes arg_buffer.push_arg(&ManagedVec::::new()); // uris - arg_buffer.push_arg(nonce); arg_buffer.push_arg(token_type); + arg_buffer.push_arg(nonce); arg_buffer.push_arg(creator); let _ = self.send_raw().call_local_esdt_built_in_function(