From 9f1089bb6897942a834de11a98f6a11e44f67847 Mon Sep 17 00:00:00 2001 From: andrei Date: Wed, 8 Jun 2022 16:04:57 +0300 Subject: [PATCH] removed unused print --- planetmint/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/planetmint/core.py b/planetmint/core.py index 34a4aff..3452f70 100644 --- a/planetmint/core.py +++ b/planetmint/core.py @@ -195,7 +195,6 @@ class App(BaseApplication): self.abort_if_abci_chain_is_not_synced() chain_shift = 0 if self.chain is None else self.chain['height'] - height = request_end_block.height + chain_shift self.new_height = height