tronlink-extension
tronlink-extension copied to clipboard
Tx expiration is not preserved after signing by TronLink
Using this methods to exetend the tx expiration, after signed by TronLink, the result transaction raw has a different expiration value.
tronWeb.transactionBuilder.extendExpiration(transaction, 500)
https://github.com/TRON-US/tronweb/pull/38
The current tronweb version inside tronlink is 2.6.4, which not supports the new feature with expiration. Could you guys upgrade to the latest tronweb version?
has done.