mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-23 03:28:07 +00:00
remove input formatter
This commit is contained in:
parent
4f252f92e1
commit
a8ba000500
@ -156,7 +156,8 @@ var methods = function () {
|
||||
new Method({
|
||||
name: 'sendOneToOneMessage',
|
||||
call: 'shhext_sendOneToOneMessage',
|
||||
params: 1
|
||||
params: 1,
|
||||
inputFormatter: [null]
|
||||
})
|
||||
];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user