Skip to content

Commit

Permalink
Merge branch '1.0' into issue/2507
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida committed Mar 18, 2019
2 parents d20f9c4 + 156f209 commit 0aa710a
Show file tree
Hide file tree
Showing 56 changed files with 11,539 additions and 14,482 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 0aa710a

Please sign in to comment.