Can't create block with balance = "0"
LilleJohs opened this issue ยท 3 comments
LilleJohs commented
I'm trying to make a send block
nanocurrency.createBlock(privateKey, { balance: "0", link: link, previous: previous, representative: representative, work: null });
,
but I'm getting a 'Balance is not valid' error. I'm simply trying to send all Nanos away from an account, so balance = "0" should be valid.
marvinroger commented
You're right! I'll fix.
marvinroger commented
๐ This issue has been resolved in version 2.0.3 ๐
The release is available on:
Your semantic-release bot ๐ฆ๐
marvinroger commented
@LilleJohs can you tell me if it's OK for you?