Working on interop
* Receipts after each transaction * Fee structure * Applying fees to miners
This commit is contained in:
@ -18,6 +18,7 @@ var (
|
||||
GasCreate = big.NewInt(100)
|
||||
GasCall = big.NewInt(20)
|
||||
GasMemory = big.NewInt(1)
|
||||
GasTx = big.NewInt(500)
|
||||
)
|
||||
|
||||
func CalculateTxGas(initSize, scriptSize *big.Int) *big.Int {
|
||||
|
Reference in New Issue
Block a user