Skip to content

Commit e9d35fe

Browse files
author
cheezus1
committed
[GH-#83] Fixed coinbase tx fee
1 parent e0bd001 commit e9d35fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/aecore/lib/aecore/miner/worker.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ defmodule Aecore.Miner.Worker do
106106
to_acc: to_acc,
107107
value: @coinbase_transaction_value + total_fees,
108108
nonce: 0,
109-
fee: total_fees
109+
fee: 0
110110
}
111111

112112
%SignedTx{data: tx_data, signature: nil}

0 commit comments

Comments
 (0)