From a763aed4349784d93aad70cb8cd0ea0e9051ed72 Mon Sep 17 00:00:00 2001 From: Jason Ridgway-Taylor Date: Tue, 24 Oct 2023 11:30:21 +0530 Subject: [PATCH] Fixed getting native tokens view call from vaults --- batcher/utils.mligo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batcher/utils.mligo b/batcher/utils.mligo index 34c2bc5a..c3089b4c 100644 --- a/batcher/utils.mligo +++ b/batcher/utils.mligo @@ -1025,7 +1025,7 @@ end [@inline] let get_native_token_from_vault (vault_address: address) : token = - match Tezos.call_view "get_native_token_from_vault" () vault_address with + match Tezos.call_view "get_native_token_of_vault" () vault_address with | Some tokn -> tokn | None -> failwith unable_to_get_native_token_from_vault