chore: Add blocknig server example (#277)
Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
This commit is contained in:
@@ -129,7 +129,7 @@ At the root of your crate, create a `build.rs` file and add the following code:
|
||||
|
||||
```rust
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
tonic_build::prost::compile_protos("proto/helloworld.proto")?;
|
||||
tonic_build::compile_protos("proto/helloworld.proto")?;
|
||||
Ok(())
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user