iotaledger / iota.go

IOTA Go API Library. Find documentation on https://wiki.iota.org/build/welcome
MIT License
357 stars 95 forks source link

Fix `MinRequiredAllotedMana` by including the block signature in the calculation #674

Closed muXxer closed 9 months ago

muXxer commented 9 months ago

We didn't take the costs for the block signature into consideration, when calculating the minimum required alloted mana to issue a block in the transaction builder.

That's the reason for the faucet not alloting enough mana to the block issuer.