change rosetta DefaultGasPrice (#4073)

* DefaultGasPrice set to 30

Co-authored-by: Lutty <lutty@lutty.me>
pull/4075/head
Haodi 3 years ago committed by GitHub
parent 5f207a5e6c
commit fafda4d5cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      rosetta/services/construction.go

@ -19,7 +19,7 @@ import (
const (
// DefaultGasPrice ..
DefaultGasPrice = denominations.Nano
DefaultGasPrice = 30 * denominations.Nano
)
// ConstructAPI implements the server.ConstructAPIServicer interface.

Loading…
Cancel
Save