Updated on 2026-08-14
This commit is contained in:
parent
7fa19e7bb2
commit
ba0b69b263
2 changed files with 7 additions and 1 deletions
|
|
@ -527,7 +527,7 @@ public class TokenEngine extends CoinEngine {
|
|||
};
|
||||
}
|
||||
|
||||
private SignTask.TransactionToSign constructTransactionToken(Amount feeValue, Amount amountValue, boolean IncFee, String targetAddress) throws Exception {
|
||||
protected SignTask.TransactionToSign constructTransactionToken(Amount feeValue, Amount amountValue, boolean IncFee, String targetAddress) throws Exception {
|
||||
Log.e(TAG, "Construct TOKEN transaction " + amountValue.toString() + " with fee " + feeValue.toString() + (IncFee ? " including" : " excluding"));
|
||||
|
||||
BigInteger nonceValue = coinData.getConfirmedTXCount();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue