1
0
Files
electrum/lib
SomberNight 7ebff5616e ecc.py: _MyVerifyingKey.from_signature is raising low level exception
Traceback (most recent call last):
  File "...\electrum\gui\qt\util.py", line 645, in run
    result = task.task()
  File "...\electrum\lib\wallet.py", line 1500, in sign_transaction
    k.sign_transaction(tx, password)
  File "...\electrum\plugins\keepkey\keepkey.py", line 67, in sign_transaction
    self.plugin.sign_transaction(self, tx, prev_tx, xpub_path)
  File "...\electrum\plugins\keepkey\keepkey.py", line 263, in sign_transaction
    tx.update_signatures(signatures)
  File "...\electrum\lib\transaction.py", line 667, in update_signatures
    public_key = ecc.ECPubkey.from_sig_string(sig_string, recid, pre_hash)
  File "...\electrum\lib\ecc.py", line 180, in from_sig_string
    ecdsa_verifying_key = _MyVerifyingKey.from_signature(sig_string, recid, msg_hash, curve=SECP256k1)
  File "...\electrum\lib\ecc.py", line 152, in from_signature
    Q = inv_r * ( s * R + minus_e * G )
  File "...\Python\Python36-32\lib\site-packages\ecdsa\ellipticcurve.py", line 143, in __rmul__
    return self * other
  File "...\electrum\lib\ecc_fast.py", line 120, in mul
    public_pair_bytes = b'\4' + self.x().to_bytes(32, byteorder="big") + self.y().to_bytes(32, byteorder="big")
OverflowError: int too big to convert
2018-06-14 20:14:38 +02:00
..
2015-08-20 23:18:47 +09:00
2018-06-03 17:17:56 +02:00
2018-04-15 20:34:40 +02:00
2018-04-11 19:10:14 +02:00
2018-03-06 16:08:49 +01:00
2018-04-07 17:10:30 +02:00
2018-05-30 22:50:03 +02:00
2018-04-15 20:34:40 +02:00
2017-11-13 02:26:48 -06:00
2017-08-26 08:28:24 +02:00
2018-01-04 03:40:35 +01:00
2018-03-10 00:37:16 +01:00
2018-04-07 17:10:30 +02:00
2018-03-08 10:14:32 +01:00
2017-08-26 08:28:25 +02:00
2017-11-29 18:14:39 -06:00
2017-08-31 09:59:54 +02:00
2018-04-16 18:43:02 +02:00