FIX console.log

pull/15/head
pubkey 7 years ago
parent 35b0d65726
commit 6e68c33122
  1. 2
      package.json
  2. 3
      test/tutorials/signed-data.test.js

@ -1,6 +1,6 @@
{
"name": "eth-crypto",
"version": "1.1.1",
"version": "1.2.0",
"description": "Cryptographic functions for ethereum and how to use them with web3 and solidity",
"keywords": [
"ethereum",

@ -43,9 +43,6 @@ describe('signed-data.md', () => {
[creatorIdentity.address] // constructor-arguments
);
console.log('aaaa');
// create create-tx
const rawTx = {
from: creatorIdentity.address,

Loading…
Cancel
Save