OSDN Git Service

Set chain Tx Gas 0 (#409)
[bytom/vapor.git] / account / builder.go
index ca533a0..af80a00 100644 (file)
@@ -20,7 +20,7 @@ var (
        //chainTxUtxoNum maximum utxo quantity in a tx
        chainTxUtxoNum = 20
        //chainTxMergeGas chain tx gas
        //chainTxUtxoNum maximum utxo quantity in a tx
        chainTxUtxoNum = 20
        //chainTxMergeGas chain tx gas
-       chainTxMergeGas = uint64(10000000)
+       chainTxMergeGas = uint64(0)
 )
 
 //DecodeSpendAction unmarshal JSON-encoded data of spend action
 )
 
 //DecodeSpendAction unmarshal JSON-encoded data of spend action