Skip to content

Commit 2f9bdf6

Browse files
committed
fix - fix ve33 to_new_db_pool
1 parent ceea8d1 commit 2f9bdf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/amm/ve33/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ impl AutomatedMarketMaker for Ve33Pool {
264264
exchange_name: Some(self.exchange_name.as_str().to_string()),
265265
exchange_type: Some(self.exchange_type.as_str().to_string()),
266266
factory_address: Some(self.factory.to_string()),
267-
tag: None,
267+
tag: tag,
268268
})
269269
}
270270
}

0 commit comments

Comments
 (0)