neo-modules
neo-modules copied to clipboard
RpcServer doesn't compile against neo master
\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]