mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-08-25 06:41:13 +00:00
add clone property and shift feature restriction
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#![cfg(all(test, feature = "with-nssa"))]
|
||||
|
||||
use amm_core::PoolDefinition;
|
||||
use nssa::{
|
||||
Account, AccountId, Data, PrivateKey, PublicKey, PublicTransaction, V02State, program::Program,
|
||||
|
||||
@@ -7,5 +7,7 @@ pub mod new_definition;
|
||||
pub mod remove;
|
||||
pub mod swap;
|
||||
|
||||
#[cfg(all(test, feature = "with-nssa"))]
|
||||
mod full_tests;
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#![cfg(test)]
|
||||
|
||||
|
||||
use std::num::NonZero;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user