lecle / aloxide

Aloxide is a pragmatic abstraction layer for various blockchain softwares.
Apache License 2.0
10 stars 5 forks source link

fix/#45 ICON reader fails to read the latest block #52

Closed tiendq closed 4 years ago

tiendq commented 4 years ago

Closes #45

manh-vv commented 4 years ago

Could you tell me how does this helps solve the problem?

tiendq commented 4 years ago

Could you tell me how does this helps solve the problem?

There was an undefined error in IconBlock.

manh-vv commented 4 years ago

Could you tell me how does this helps solve the problem?

There was an undefined error in IconBlock.

What is that error? If it is an undefined problem, then it should have been resolved on the master branch already.

tiendq commented 4 years ago

Could you tell me how does this helps solve the problem?

There was an undefined error in IconBlock.

What is that error? If it is an undefined problem, then it should have been resolved on the master branch already.

It is in the change log, here: https://github.com/lecle/aloxide/pull/52/commits/ff65ade8dad565fe1bd5ea3e526c2f7e0016582b#diff-a6aff99f3d1e5953bd33ab41911b3a7fL32

I don't know if it's fixed on the master.

manh-vv commented 4 years ago

Close since the bug has been fixed already in the master branch.