Fix Wanchain (#615)
* fix Wanchain app sign error * remove redundant path --------- Co-authored-by: zhwir <zhwir@163.com>
This commit is contained in:
@@ -69,10 +69,7 @@ void handleSign(uint8_t p1,
|
||||
PRINTF("Parser not initialized\n");
|
||||
THROW(0x6985);
|
||||
}
|
||||
txResult = processTx(&txContext,
|
||||
workBuffer,
|
||||
dataLength,
|
||||
(chainConfig->chainId == 888 ? TX_FLAG_TYPE : 0)); // Wanchain exception
|
||||
txResult = processTx(&txContext, workBuffer, dataLength);
|
||||
switch (txResult) {
|
||||
case USTREAM_SUSPENDED:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user