-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Active Authority Bug #8
Comments
Do you still have this error? I know there was a steemd version with a bug was deployed for a couple of hours on the official steemd cluster that caused similar errors. |
just tried again - still the same error :/ |
Ok strange, can you provide a minimal example that reproduces it? |
And which node are you using? |
sure. I'm using the build team node. (which is not released yet and should be very fast) But it also happened with gtg
|
That looks a bit odd, just to rule out errors here can you try it with:
|
I also tried that but still the same error. |
I ran a couple of tests against gtg's node and was not able to reproduce |
well - a bit embarrassing, but I forgot to start tsc -w again after restarting pc and always started with the same compiled JS. :'D I must have made an error with my own convertion to asset. This makes sense now as it always worked when I just chose the value I got from the transfer. But when I just changed it a bit - it broke. |
When using broadcast.transfer I have a very weird bug that I get: RPCError: Missing Active Authority therealwolf when I try to send a transfer that is bigger than the transfer that I received.
For example: User A sends me X amount and I send X (-0 to max. X) amount back - then everything works fine. But when User A sends me X amount and I send X + 1 - then everything breaks apart.
The text was updated successfully, but these errors were encountered: