Skip to content

Commit

Permalink
change log type
Browse files Browse the repository at this point in the history
  • Loading branch information
ttblack committed Jul 25, 2021
1 parent 72614c1 commit adbc306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/vm/did_contracts.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func RunPrecompiledContractDID(evm *EVM, p PrecompiledContractDID, input []byte,
if error != nil {
return nil, error
}
log.Error("run did contract", "left gas", contract.Gas)
log.Info("run did contract", "left gas", contract.Gas)
if contract.UseGas(gas) {
return p.Run(evm, input, contract.Gas)
}
Expand Down

0 comments on commit adbc306

Please sign in to comment.