Comparing version 2.1.12 to 2.1.13
{ | ||
"name": "tronweb", | ||
"version": "2.1.12", | ||
"version": "2.1.13", | ||
"description": "JavaScript SDK that encapsulates the TRON Node HTTP API", | ||
@@ -5,0 +5,0 @@ "main": "dist/TronWeb.node.js", |
@@ -825,3 +825,3 @@ import TronWeb from 'index'; | ||
proposal_id: parseInt(proposalID), | ||
is_add_approval: isApproval.toString() | ||
is_add_approval: isApproval | ||
}, 'post').then(transaction => { | ||
@@ -828,0 +828,0 @@ if(transaction.Error) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3594733