steem-js
steem-js copied to clipboard
Is it possible to get working [email protected] together with steemd 0.19.4?
If I try to run [email protected] against local steemd 0.19.4 I'm receiving following error
(node:17564) UnhandledPromiseRejectionWarning: RPCError: Bad Cast:Invalid cast from type 'array_type' to Object
at new RPCError (/home/georg/projects/argumentumadpopulum_steem/node_modules/steem/lib/api/transports/http.js:39:106)
at
It look like steem-js for methods without parameters sets the parameter to an empty array "[]"

But the steemd rejects this parameter as unexpected