We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36e93d2 + e6ca195 commit 0e6ea91Copy full SHA for 0e6ea91
internal/web3ext/web3ext.go
@@ -74,7 +74,7 @@ web3._extend({
74
name: 'getSnapshot',
75
call: 'clique_getSnapshot',
76
params: 1,
77
- inputFormatter: [web3._extend.utils.fromDecimal]
+ inputFormatter: [web3._extend.formatters.inputBlockNumberFormatter]
78
}),
79
new web3._extend.Method({
80
name: 'getSnapshotAtHash',
@@ -85,7 +85,7 @@ web3._extend({
85
name: 'getSigners',
86
call: 'clique_getSigners',
87
88
89
90
91
name: 'getSignersAtHash',
0 commit comments