// error
{
"code":500,
"message":"Internal Service Error",
"error":{
"code":3090003,
"name":"unsatisfied_authorization",
"what":"Provided keys, permissions, and delays do not satisfy declared authorizations",
"details":[
{
"message":"transaction declares authority '{"actor":"leoclltest14","permission":"active"}', but does not have signatures for it under a provided delay of 0 ms, provided permissions [], provided keys ["EOS8XBbHqBhqk8YmDFN9HDk61YeeWdNE7vuA2DZALukpQa8JuUmyU"], and a delay max limit of 3888000000 ms",
"file":"authorization_manager.cpp",
"line_number":524,
"method":"check_authorization"
}
]
}
}
The above error was reported using scatterjs-plugin-eosjs. There is no error when using eosjs. The code is as follows:
scatterjs-plugin-eosjs
v1.5.1Scatter Desktop v11.0.0
The above error was reported using
scatterjs-plugin-eosjs
. There is no error when usingeosjs
. The code is as follows:network
use
scatterjs-plugin-eosjs
use
eosjs
Is my usage wrong, or is this a bug?