Skip to content

Commit

Permalink
fix remove attributes bug (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas7788 authored Jul 1, 2020
1 parent 504fafb commit 0c08928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native_contract.go
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,7 @@ func (this *OntId) NewRemoveAttributesByControllerTransaction(gasPrice, gasLimit
gasLimit,
ONT_ID_CONTRACT_VERSION,
ONT_ID_CONTRACT_ADDRESS,
"removeAttributesByController",
"removeAttributeByController",
[]interface{}{
&removeAttributesByController{
OntId: ontId,
Expand Down

0 comments on commit 0c08928

Please sign in to comment.