You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cuando se actualiza un parámetro en un action de un Smart Contract, se compila y se sube a la red, este lanza un error similar al siguiente:
transaction declares authority '{"actor":"costarica","permission":"writer"}', but does not have signatures for it under a provided delay of 0 ms, provided permissions [], provided keys ["EOS52fADru6HdXxWvWqpDPtmeDAh1gdXit7Q7A25GhCe39nHeWsUh","EOS5oSXwBRZKrGyg5SSo81HGEhpwE9My2x4scGH2RSSTPv6STDjw4"], and a delay max limit of 3888000000 ms
Pasos para replicar:
Cambiar un parámetro de un action en un smart contract
Compilar el Smart Contract
Publicar el Smart Contract en la red
Esperar uno 5 minutos aproximadamente para que la transacción sea irreversible
Usar el action modificado
También hay un issue reportado paso a paso de lo sucedido, puede consultarlo aquí
The text was updated successfully, but these errors were encountered:
Cuando se actualiza un parámetro en un action de un Smart Contract, se compila y se sube a la red, este lanza un error similar al siguiente:
transaction declares authority '{"actor":"costarica","permission":"writer"}', but does not have signatures for it under a provided delay of 0 ms, provided permissions [], provided keys ["EOS52fADru6HdXxWvWqpDPtmeDAh1gdXit7Q7A25GhCe39nHeWsUh","EOS5oSXwBRZKrGyg5SSo81HGEhpwE9My2x4scGH2RSSTPv6STDjw4"], and a delay max limit of 3888000000 ms
Pasos para replicar:
También hay un issue reportado paso a paso de lo sucedido, puede consultarlo aquí
The text was updated successfully, but these errors were encountered: