kulapio / libra-core

A javascript client for libra, works on browser and node
https://www.npmjs.com/package/kulap-libra
39 stars 16 forks source link

Fix transfer failed by adding delegatedWithdrawalCapability to Account State #3

Closed totiz closed 5 years ago

totiz commented 5 years ago

Fix bug when transfer failed for 1-n transactions, for example new fresh account will successfully transfer once and other after that will failed.

Because of Account State changing, adding new delegatedWithdrawalCapability, when the problem fixed.