We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@Test public void testGetKeyFromSignature() { ECKey sender = new ECKey(); BlockchainImpl blockchain = ImportLightTest.createBlockchain(GenesisLoader.loadGenesis( getClass().getResourceAsStream("/genesis/genesis-light.json"))); Transaction tx = createTx(blockchain, sender, new byte[32], new byte[0], 100); Assert.assertNotNull(tx.getKey()); }
tx.getKey() is always null.
The text was updated successfully, but these errors were encountered:
fix ethereum#1248
303f4fa
No branches or pull requests
tx.getKey() is always null.
The text was updated successfully, but these errors were encountered: