mirror of https://github.com/status-im/web3.js.git
add putput formatter for property
This commit is contained in:
parent
415929584c
commit
a1000eaef8
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue