pygate / pygate-gRPC

A Python gRPC Powergate client
http://pygate.tech
MIT License
22 stars 5 forks source link

Fixed examples. #28

Closed leonardge closed 4 years ago

peterVG commented 4 years ago

So this script runs without error against Powergate Localnet v0.3.0. However, in each instance the wallet balance is 0 instead of the default 4000000000. Are you getting the same result?

leofisG commented 4 years ago

you need to wait for a brief time after creating the ffs and then query balance in order for the transaction to complete

On Sun, 2 Aug 2020 at 01:08, peterVG notifications@github.com wrote:

So this script runs without error against Powergate Localnet v0.3.0. However, in each instance the wallet balance is 0 instead of the default 4000000000.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pygate/pygate-gRPC/pull/28#issuecomment-667603046, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACMFDUPSFWIDDZQ5YHL2YA3R6SVAJANCNFSM4PRT44OQ .

-- Wang (Leonard) Ge Imperial College London 2021 gw980531@gmail.com +44 - 079-364-72284

peterVG commented 4 years ago

Yup. That fixed it. Thanks Leonard. PR ready for merge approval.