From e1cd0562e7fed80c93a399d4c5da92a253197ec4 Mon Sep 17 00:00:00 2001 From: aspnxdd Date: Wed, 11 Mar 2026 18:33:50 +0100 Subject: [PATCH] fix: make token_mint_address not optional --- addons/svm/core/src/functions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/svm/core/src/functions.rs b/addons/svm/core/src/functions.rs index 1b33f1201..0ee7dbb06 100644 --- a/addons/svm/core/src/functions.rs +++ b/addons/svm/core/src/functions.rs @@ -328,7 +328,7 @@ lazy_static! { token_mint_address: { documentation: "The address of the token mint used to compute the token account.", typing: vec![Type::string(), Type::addon(SVM_PUBKEY.into())], - optional: true + optional: false } ], output: {