Skip to content

Commit 4c27291

Browse files
linj-disanbovipwzw
authored andcommitted
fix burn comment
1 parent 82c4406 commit 4c27291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

account/account.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ func (acc *DB) mintReceipt(kv []*types.KeyValue, receipt proto.Message) *types.R
487487
}
488488
}
489489

490-
// Burn 然收
490+
// Burn 燃烧
491491
func (acc *DB) Burn(addr string, amount int64) (*types.Receipt, error) {
492492
if !acc.CheckAmount(amount) {
493493
return nil, types.ErrAmount

0 commit comments

Comments
 (0)