foundry
foundry copied to clipboard
Change the return type of execute_transactions to signify it always succeeds
execute_transactions won't return an Err. Change its signature to reflect it.
https://github.com/CodeChain-io/foundry/blob/c56248357b5fdfe931a9465ae9aadff9edac4bd4/coordinator/src/lib.rs#L300