You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "transfer_back_to_issuer.py", line 105, in <module>
w = tx.sign(wifs, chain="TEST")
File "/home/linux_username/.local/lib/python3.7/site-packages/graphenebase/signedtransactions.py", line 188, in sign
self.deriveDigest(chain)
File "/home/linux_username/.local/lib/python3.7/site-packages/graphenebase/signedtransactions.py", line 148, in deriveDigest
self.message = unhexlify(self.chainid) + bytes(self)
File "/home/linux_username/.local/lib/python3.7/site-packages/graphenebase/objects.py", line 201, in __bytes__
b += bytes(value)
File "/home/linux_username/.local/lib/python3.7/site-packages/graphenebase/types.py", line 76, in __bytes__
return struct.pack("<H", self.data)
struct.error: ushort format requires 0 <= number <= (0x7fff * 2 + 1)
The error disappears if ref_block_num is reduced, but how to sign a transaction with the current number of blocks?
The text was updated successfully, but these errors were encountered:
``> Worked with bitshares.finalizeOp. Sorry for issues
Hi @lilcryptopump
I'm using the finalizeOp but throwing error testnet.finalizeOp(ops=[op], account=account, permission='active', ) File "/usr/local/lib/python3.8/dist-packages/graphenecommon/chain.py", line 235, in finalizeOp self.txbuffer.sign() File "/usr/local/lib/python3.8/dist-packages/graphenecommon/transactionbuilder.py", line 480, in sign raise MissingKeyError graphenecommon.exceptions.MissingKeyError
I try to sign a transaction, but I get an error
The error disappears if
ref_block_num
is reduced, but how to sign a transaction with the current number of blocks?The text was updated successfully, but these errors were encountered: