Skip to content

Commit 3b92a57

Browse files
committed
fix protocol name
1 parent d984748 commit 3b92a57

File tree

1 file changed

+1
-1
lines changed
  • src/compute/generation/postprocess

1 file changed

+1
-1
lines changed

src/compute/generation/postprocess/swan.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ impl SwanPurchasePostProcessor {
2626
}
2727

2828
impl PostProcess for SwanPurchasePostProcessor {
29-
const PROTOCOL: &'static str = "swan-buyer-purchase";
29+
const PROTOCOL: &'static str = "swan-agent-purchase";
3030

3131
fn post_process(&self, input: String) -> Result<(Bytes, Bytes, bool)> {
3232
// we will cast strings to Address here

0 commit comments

Comments
 (0)