add putput formatter for property

This commit is contained in:
Fabian Vogelsteller 2015-09-10 10:29:47 +02:00
parent 415929584c
commit a1000eaef8
1 changed files with 2 additions and 1 deletions

View File

@ -270,7 +270,8 @@ var properties = [
}), }),
new Property({ new Property({
name: 'syncing', name: 'syncing',
getter: 'eth_syncing' getter: 'eth_syncing',
outputFormatter: formatters.outputSyncingFormatter
}), }),
new Property({ new Property({
name: 'gasPrice', name: 'gasPrice',