Skip to content

Commit

Permalink
Fixed getting native tokens view call from vaults
Browse files Browse the repository at this point in the history
  • Loading branch information
glottologist committed Oct 24, 2023
1 parent 213dc1b commit a763aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batcher/utils.mligo
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a763aed

Please sign in to comment.