Skip to content

Commit

Permalink
fix protocol name
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant committed Dec 25, 2024
1 parent d984748 commit 3b92a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compute/generation/postprocess/swan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b92a57

Please sign in to comment.