mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 21:19:24 +00:00
Have the TransactionPublisher build a TxLegacy from Transaction
This commit is contained in:
@@ -68,6 +68,7 @@ impl smart_contract_scheduler::SmartContract<Rpc> for SmartContract {
|
||||
|
||||
// TODO: Per-batch gas limit
|
||||
// TODO: Create several batches
|
||||
// TODO: Handle fees
|
||||
let action = Action::Batch { chain_id: self.chain_id, nonce, outs };
|
||||
|
||||
vec![(action.clone(), action.eventuality())]
|
||||
|
||||
Reference in New Issue
Block a user