mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-25 03:11:21 +00:00
add tests and fix mechanism
This commit is contained in:
@@ -40,7 +40,7 @@ fn main() {
|
||||
} => {
|
||||
let [sender, recipient_vault] = pre_states
|
||||
.try_into()
|
||||
.expect("Transfer requires exactly 3 accounts");
|
||||
.expect("Transfer requires exactly 2 accounts");
|
||||
|
||||
let seed = vault_core::compute_vault_seed(recipient_id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user