We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7fa24 commit 82e89b2Copy full SHA for 82e89b2
mytoncore/mytoncore.py
@@ -13,6 +13,7 @@
13
14
from modules import MODES
15
from modules.btc_teleport import BtcTeleportModule
16
+from mytoncore import b642hex
17
from mytoncore.utils import xhex2hex, ng2g
18
from mytoncore.liteclient import LiteClient
19
from mytoncore.validator_console import ValidatorConsole
@@ -1456,6 +1457,7 @@ def ElectionEntry(self, args=None):
1456
1457
1458
# Create keys
1459
validatorKey = self.GetValidatorKeyByTime(startWorkTime, endWorkTime)
1460
+ self.AddKeyToTemp(validatorKey, endWorkTime) # add one more time to ensure it is in temp keys
1461
validatorPubkey_b64 = self.GetPubKeyBase64(validatorKey)
1462
1463
# Attach ADNL addr to validator
0 commit comments