Skip to content

Commit

Permalink
burn zero mana by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberphysic4l committed Aug 16, 2023
1 parent 17ab0d6 commit 30fb31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/block_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
// NewBasicBlockBuilder creates a new BasicBlockBuilder.
func NewBasicBlockBuilder(api iotago.API) *BasicBlockBuilder {
// TODO: burn the correct amount of Mana in all cases according to block work and RMC with issue #285
basicBlock := &iotago.BasicBlock{BurnedMana: 1}
basicBlock := &iotago.BasicBlock{}

protocolBlock := &iotago.ProtocolBlock{
BlockHeader: iotago.BlockHeader{
Expand Down

0 comments on commit 30fb31f

Please sign in to comment.