InsufficientAuthorityError
That seems to give the idea that you didn't adress the right authorization keys.
Are you sure you gave the 'posting key' with it?
InsufficientAuthorityError
That seems to give the idea that you didn't adress the right authorization keys.
Are you sure you gave the 'posting key' with it?
To quote steemd.py for
def sign
:it is signed successfully, it gets the key from my wallet. It worked with
no_broadcast=True
.And the error occurs in tb.broadcast()
Also, previous tests with different operations(but with active key, to be true) worked with no_broadcast=False
Anyway, what's done is done;)