xeroc / piston-lib

Python Library for Steem
MIT License
40 stars 33 forks source link

Assert Exception now < trx.expiration: #34

Closed ArtGenesis closed 7 years ago

ArtGenesis commented 7 years ago

it's me again, something is wrong with time after daylight saving time It's on my side or the server side? site-packages\steem\transactionbuilder.py", line 111, in broadcast self.steem.rpc.broadcast_transaction(self.json(), api="network_broadcast") grapheneapi.graphenewsrpc.RPCError: 10 assert_exception: Assert Exception now < trx.expiration: {"now":"2017-03-26T13:00:06","trx.exp":"2017-03-26T11:00:02"} th_a database.cpp:2970 _apply_transaction

ArtGenesis commented 7 years ago

just changed time on PC to +2h, and all work