diff --git a/src/compute/generation/postprocess/swan.rs b/src/compute/generation/postprocess/swan.rs index 91ffb2c..987bff2 100644 --- a/src/compute/generation/postprocess/swan.rs +++ b/src/compute/generation/postprocess/swan.rs @@ -26,7 +26,7 @@ impl SwanPurchasePostProcessor { } impl PostProcess for SwanPurchasePostProcessor { - const PROTOCOL: &'static str = "swan-buyer-purchase"; + const PROTOCOL: &'static str = "swan-agent-purchase"; fn post_process(&self, input: String) -> Result<(Bytes, Bytes, bool)> { // we will cast strings to Address here