From 98424be5bea2acae0bad96de227440aac6f66b26 Mon Sep 17 00:00:00 2001 From: Milo Davis Date: Thu, 13 Jul 2017 16:48:19 +0200 Subject: [PATCH] Michelson: TRANSFER_TOKENS no longer takes a burn --- src/proto/alpha/script_interpreter.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/proto/alpha/script_interpreter.ml b/src/proto/alpha/script_interpreter.ml index 9464c37fa..089a5c0f0 100644 --- a/src/proto/alpha/script_interpreter.ml +++ b/src/proto/alpha/script_interpreter.ml @@ -398,7 +398,6 @@ let rec interp | Transfer_tokens storage_type, Item (p, Item (amount, Item ((tp, Unit_t, destination), Item (sto, Empty)))) -> begin Contract.spend_from_script ctxt source amount >>=? fun ctxt -> - Lwt.return Tez.(amount -? Constants.origination_burn) >>=? fun amount -> Contract.credit ctxt destination amount >>=? fun ctxt -> Contract.get_script ctxt destination >>=? fun destination_script -> let sto = unparse_data storage_type sto in