Marcel van Eck
Marcel van Eck
In very rare cases I am getting iota.adapter.BadApiResponse: 400 response from node: inconsistent tips pair selected when using send_transfer(). It is not something that is in my control, the only...
Fix to issue #39. Before this PR, the code does not compile correctly on ARM due to a difference in CHAR implementation between x86 and ARM. x86 implementation treat CHAR...
Does not compile correctly on ARM due to a difference in CHAR implementation between x86 and ARM. x86 implementation treat CHAR as SIGNED CHAR, whereas ARM treats CHAR as UNSIGNED...