mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-15 08:23:46 +00:00
Merge 8cd3227584 into f25486c3fb
This commit is contained in:
commit
8fbe32c29b
1 changed files with 2 additions and 2 deletions
|
|
@ -133,8 +133,8 @@ public class AndroidTest extends InstrumentationTestCase {
|
||||||
Transaction postEIP155 = new Transaction(postEIP155RLP);
|
Transaction postEIP155 = new Transaction(postEIP155RLP);
|
||||||
|
|
||||||
preEIP155.getFrom(null); // Homestead should accept homestead
|
preEIP155.getFrom(null); // Homestead should accept homestead
|
||||||
preEIP155.getFrom(new BigInt(4)); // EIP155 should accept homestead (missing chain ID)
|
preEIP155.getFrom(new BigInt(4)); // Homestead should accept EIP155 (missing chain ID)
|
||||||
postEIP155.getFrom(new BigInt(4)); // EIP155 should accept EIP 155
|
postEIP155.getFrom(new BigInt(4)); // EIP155 should accept EIP155
|
||||||
|
|
||||||
try {
|
try {
|
||||||
postEIP155.getFrom(null);
|
postEIP155.getFrom(null);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue