Skip to content

Commit

Permalink
add putput formatter for property
Browse files Browse the repository at this point in the history
  • Loading branch information
frozeman committed Sep 10, 2015
1 parent 4159295 commit a1000ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/web3/methods/eth.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ var properties = [
}),
new Property({
name: 'syncing',
getter: 'eth_syncing'
getter: 'eth_syncing',
outputFormatter: formatters.outputSyncingFormatter
}),
new Property({
name: 'gasPrice',
Expand Down

0 comments on commit a1000ea

Please sign in to comment.