Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
meetsiraja committed Feb 26, 2020
1 parent 1cf99df commit ee4eb7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async function decodeRevertMessage(txId){
return decodedMessage;
}

decodeRevertMessage("0c739761b34a891b3bbecd528302de827736660d76c62dacf8d3a9ebe7dade08");
decodeRevertMessage("5d6db71f3316a2abdf7f08f97cd42880209ee7344816d404ce865a8679bdb7ae");
```
#### Output:
```js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tron-tx-decoder",
"version": "2.0.0",
"version": "2.0.1",
"description": "Lightweight utility for decoding function parameters and function output from Tron blocklchain transactions.",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit ee4eb7e

Please sign in to comment.