bitfinexcom / smidgen

MIT License
43 stars 16 forks source link

Not enough balance with balance and trying to send - message makes no sense #22

Closed bioduds closed 6 years ago

bioduds commented 6 years ago

I'm testing multisig wallet, I'm trying to send iotas. It gives me a totally wrong message, not related, saying I have no balance whence I do. Print attached. screenshot_20170918_203853

robertkowalski commented 6 years ago

hi @bioduds,

thanks for the report!

How much balance do you have on your multisig wallet? You can check the balance with

smidgen get-balance $your-multisig-address

it can happen that a transfer wasn't confirmed from the network yet and the iota haven't appeared in your multisig wallet yet.

In fact this error comes directly from the iota lib, which checks the balance of an address before a transfer.

bioduds commented 6 years ago

I'm testing. I have 10 iotas on one and 5 on another.

On Tue, Sep 19, 2017 at 9:46 AM, Robert Kowalski notifications@github.com wrote:

hi @bioduds https://github.com/bioduds,

thanks for the report!

How much balance do you have on your multisig wallet? You can check the balance with

smidgen get-balance $your-multisig-address

it can happen that a transfer wasn't confirmed from the network yet and hasn't appeared in your multisig wallet yet.

In fact this error comes directly from the iota lib, which checks the balance of an address before a transfer.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bitfinexcom/smidgen/issues/22#issuecomment-330527784, or mute the thread https://github.com/notifications/unsubscribe-auth/AB-gmoWvjVfkY_oEJm4AO0fgW_VO9uJJks5sj7e2gaJpZM4Pbqw8 .

robertkowalski commented 6 years ago

ok!

if it wasn't confirmed yet try reattaching every 30mins, thats whats currently recommended to speed up transfers.

bioduds commented 6 years ago

Actually, it is not processing

On Tue, Sep 19, 2017 at 9:52 AM, Robert Kowalski notifications@github.com wrote:

ok!

if it wasn't confirmed yet try reattaching every 30mins, thats whats currently recommended to speed up transfers.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bitfinexcom/smidgen/issues/22#issuecomment-330529154, or mute the thread https://github.com/notifications/unsubscribe-auth/AB-gmvrd3i9wN3CauerpUBtiKyopmZe3ks5sj7j1gaJpZM4Pbqw8 .

robertkowalski commented 6 years ago

@bioduds in the future we have better error messages:

screen shot 2017-09-20 at 10 58 38

thanks for your input so far! I think we can close this issue now?

robertkowalski commented 6 years ago

closing: abandoned issue