Skip to content

Commit

Permalink
update code style
Browse files Browse the repository at this point in the history
  • Loading branch information
chenfengjin committed Aug 9, 2021
1 parent e2383ba commit 456d061
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kernel/contract/mock/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ func (t *TestHelper) initAccount() {
}
func (t *TestHelper) SetUtxoReader(reader contract.UtxoReader) {
t.utxoReader = reader

}

func (t *TestHelper) Deploy(module, lang, contractName string, bin []byte, args map[string][]byte) (*contract.Response, error) {
Expand Down Expand Up @@ -132,7 +131,6 @@ func (t *TestHelper) Deploy(module, lang, contractName string, bin []byte, args
"contract_code": bin,
"contract_desc": descbuf,
"init_args": argsBuf,
"json_encoded": []byte("true"),
}
if bridge.ContractType(module) == bridge.TypeEvm {
invokeArgs["contract_abi"] = args["contract_abi"]
Expand Down

0 comments on commit 456d061

Please sign in to comment.