good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 0e6ea919 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub
Browse files

Merge pull request #20781 from karalabe/fix-clique-console-apis

internal/web3ext: fix clique console apis to work on missing arguments
parents 36e93d2d e6ca1958
Branches
Tags
No related merge requests found
......@@ -74,7 +74,7 @@ web3._extend({
name: 'getSnapshot',
call: 'clique_getSnapshot',
params: 1,
inputFormatter: [web3._extend.utils.fromDecimal]
inputFormatter: [web3._extend.formatters.inputBlockNumberFormatter]
}),
new web3._extend.Method({
name: 'getSnapshotAtHash',
......@@ -85,7 +85,7 @@ web3._extend({
name: 'getSigners',
call: 'clique_getSigners',
params: 1,
inputFormatter: [web3._extend.utils.fromDecimal]
inputFormatter: [web3._extend.formatters.inputBlockNumberFormatter]
}),
new web3._extend.Method({
name: 'getSignersAtHash',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment