mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-02 13:23:08 +00:00
remove unnecessary chain
This commit is contained in:
parent
159fd52d25
commit
118f835436
@ -108,10 +108,8 @@ fn main() {
|
||||
// Get the list of public accounts pre and post states
|
||||
let mut public_accounts_pre = Vec::new();
|
||||
let mut public_accounts_post = Vec::new();
|
||||
for ((account_pre, account_post), visibility) in inputs
|
||||
.into_iter()
|
||||
.zip(outputs.into_iter())
|
||||
.zip(account_visibilities.iter().chain(account_visibilities.iter()))
|
||||
for ((account_pre, account_post), visibility) in
|
||||
inputs.into_iter().zip(outputs.into_iter()).zip(account_visibilities)
|
||||
{
|
||||
match visibility {
|
||||
AccountVisibility::Public => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user