AElfProject/aelf-boilerplate

The method 'LogDebug' has 1 parameter but is called with 2 arguments

JaneConan opened this issue · 0 comments

In the docs, docs/demo/greeter.md

we find one line, when we copy to ide, it doesn't work~

https://github.com/AElfProject/aelf-boilerplate/blob/f3e39b7344818b1804871424576bb15cf9e46165/docs/demo/greeter.md?plain=1#L267C1-L267C51

image

    public void LogDebug(Func<string> func) => this.SmartContractBridgeContextImplementation.LogDebug(func);