Skip to content

Commit

Permalink
Merge branch '1.0' into issue/2441
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida committed Mar 18, 2019
2 parents 061814b + 99732d8 commit d4f922f
Show file tree
Hide file tree
Showing 52 changed files with 11,508 additions and 14,457 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ addons:
packages:
- g++-4.8
before_script:
- npm i -g typescript@next
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
Expand Down
2 changes: 1 addition & 1 deletion docs/web3-eth-accounts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ Parameters
Returns
-------

``String|Object``: The signed data RLP encoded signature, or if ``returnSignature`` is ``true`` the signature values as follows:
``Object``: The signed data RLP encoded signature, or if ``returnSignature`` is ``true`` the signature values as follows:
- ``message`` - ``String``: The the given message.
- ``messageHash`` - ``String``: The hash of the given message.
- ``r`` - ``String``: First 32 bytes of the signature
Expand Down
Loading

0 comments on commit d4f922f

Please sign in to comment.