OSDN Git Service

modify chain tx fee (#1793)
authoroysheng <33340252+oysheng@users.noreply.github.com>
Mon, 21 Oct 2019 11:00:13 +0000 (19:00 +0800)
committerPaladz <yzhu101@uottawa.ca>
Mon, 21 Oct 2019 11:00:13 +0000 (19:00 +0800)
* modify chain tx fee

* optimise

blockchain/txbuilder/estimate.go

index 7522b87..bfd9836 100644 (file)
@@ -17,7 +17,7 @@ var (
        //ChainTxUtxoNum maximum utxo quantity in a tx
        ChainTxUtxoNum = 5
        //ChainTxMergeGas chain tx gas
-       ChainTxMergeGas = uint64(10000000)
+       ChainTxMergeGas = uint64(6000000)
 )
 
 // EstimateTxGasInfo estimate transaction consumed gas