-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
contract-plugin/src/contract_csharp_generator.cc
Lines 366 to 371 in 7e905a5
| // TODO: Maybe provide ContractReferenceState in options | |
| out->Print("public class $classname$ : global::AElf.Sdk.CSharp.State.ContractReferenceState\n", | |
| "classname", GetReferenceClassName(service)); | |
| out->Print("{\n"); | |
| { | |
| out->Indent(); |
This issue was generated by todo based on a TODO comment in 7e905a5. It's been assigned to @gldeng because they committed the code.
Reactions are currently unavailable