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.
1 parent e44fd91 commit 89aaa66Copy full SHA for 89aaa66
polkadot/state.js
@@ -32,7 +32,7 @@ module.exports = function (RED) {
32
const [result] = await Promise.all([
33
eval(`api.${qtype}.${method}`),
34
]);
35
- msg.payload = JSON.parse(JSON.stringify(result));
+ msg.payload = JSON.parse(JSON.stringify(result.toHuman()));
36
// Done
37
node.send(msg);
38
} catch (e) {
0 commit comments