Commit ff84df1a authored by linj's avatar linj Committed by 33cn

fmt

parent c73f8742
......@@ -435,7 +435,7 @@ func genPrefixEdge(prefix []byte) (r []byte) {
return r
}
// Mint 铸币
// Mint gitt铸币
func (acc *DB) Mint(addr string, amount int64) (*types.Receipt, error) {
if !types.CheckAmount(amount) {
return nil, types.ErrAmount
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment