diff --git a/openbazaar-server/build.rs b/openbazaar-server/build.rs index 3d8efcb..ff0db53 100644 --- a/openbazaar-server/build.rs +++ b/openbazaar-server/build.rs @@ -4,6 +4,6 @@ fn main() -> Result<(), Box> { "NodeAddressType", "#[derive(serde::Serialize, serde::Deserialize)]", ) - .compile(&["../Protobufs/OpenBazaarApi.proto"], &["../Protobufs/"])?; + .compile(&["../Protobufs/OpenBazaarRpc.proto"], &["../Protobufs/"])?; Ok(()) }