We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d984748 commit 3b92a57Copy full SHA for 3b92a57
src/compute/generation/postprocess/swan.rs
@@ -26,7 +26,7 @@ impl SwanPurchasePostProcessor {
26
}
27
28
impl PostProcess for SwanPurchasePostProcessor {
29
- const PROTOCOL: &'static str = "swan-buyer-purchase";
+ const PROTOCOL: &'static str = "swan-agent-purchase";
30
31
fn post_process(&self, input: String) -> Result<(Bytes, Bytes, bool)> {
32
// we will cast strings to Address here
0 commit comments