Ensure transactions won't get canceled after next refactor
This commit is contained in:
@ -57,7 +57,7 @@ impl<T: Serialize + Clone> Transaction<T> {
|
|||||||
}),
|
}),
|
||||||
),
|
),
|
||||||
unless_any: (
|
unless_any: (
|
||||||
vec![],
|
vec![Condition::Signature(from)],
|
||||||
Action::Pay(Payment {
|
Action::Pay(Payment {
|
||||||
asset: asset.clone(),
|
asset: asset.clone(),
|
||||||
to: from,
|
to: from,
|
||||||
|
Reference in New Issue
Block a user