neo-modules icon indicating copy to clipboard operation
neo-modules copied to clipboard

RpcServer doesn't compile against neo master

Open devhawk opened this issue 5 years ago • 0 comments

\modules\src\RpcServer\RpcServer.Blockchain.cs(21,41): error CS1061: 'Blockchain' does not contain a definition for 'CurrentBlockHash' and no accessible extension method 'CurrentBlockHash' accepting a first argument of type 'Blockchain' could be found (are you missing a using directive or an assembly reference?) [\modules\src\RpcServer\RpcServer.csproj]
\modules\src\RpcServer\RpcServer.Blockchain.cs(58,41): error CS1061: 'Blockchain' does not contain a definition for 'Height' and no accessible extension method 'Height' accepting a first argument of type 'Blockchain' could be found (are you missing a using directive or an assembly reference?) [\modules\src\RpcServer\RpcServer.csproj]
\modules\src\RpcServer\RpcServer.Blockchain.cs(134,51): error CS1061: 'Blockchain' does not contain a definition for 'Height' and no accessible extension method 'Height' accepting a first argument of type 'Blockchain' could be found (are you missing a using directive or an assembly reference?) [\modules\src\RpcServer\RpcServer.csproj]

devhawk avatar Jan 28 '21 14:01 devhawk