Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1486 from Bytom/edit-utxo-number
Browse files Browse the repository at this point in the history
edit the chain utxo number config
  • Loading branch information
Paladz committed Nov 19, 2018
2 parents 5e6dc6b + 0a0e49b commit 96a0b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

var (
//chainTxUtxoNum maximum utxo quantity in a tx
chainTxUtxoNum = 10
chainTxUtxoNum = 5
//chainTxMergeGas chain tx gas
chainTxMergeGas = uint64(10000000)
)
Expand Down

0 comments on commit 96a0b65

Please sign in to comment.