/**
 * 
 */
package mixconfig.tools.dataretention.smartcard.commands;

import mixconfig.tools.dataretention.smartcard.ApduConstants;

/**
 * @author christoph
 * 
 */
public class AbortTransactionCommand extends AbstractCommand {

	/**
	 * 
	 */
	public AbortTransactionCommand() {
		instruction = ApduConstants.INSTRUCTION_ABORT_TRANSACTION;
	}

}
