Updated on 2026-08-14
This commit is contained in:
parent
1d0e1c276e
commit
a6e6ffab96
13 changed files with 103 additions and 390 deletions
|
|
@ -104,8 +104,6 @@ public class SignPaymentTask extends Thread {
|
|||
txStr = String.format("0x%s", txStr);
|
||||
}
|
||||
|
||||
//LastSignStorage.setLastTX(mCard.getWallet(), txStr);
|
||||
|
||||
Intent intent = new Intent(mContext, SendTransactionActivity.class);
|
||||
intent.putExtra(SendTransactionActivity.EXTRA_UID, mCard.getUID());
|
||||
intent.putExtra(SendTransactionActivity.EXTRA_CARD, mCard.getAsBundle());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue