Skip to content

Commit

Permalink
fix for two fo the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
econsta authored and kayabaNerve committed Dec 7, 2023
1 parent b7317d0 commit 0dd7ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coordinator/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async fn publish_signed_transaction<D: Db, P: P2p>(

// Safe as we should deterministically create transactions, meaning if this is already on-disk,
// it's what we're saving now
SignedTransactionDb::take_signed_transaction(txn, signed.nonce);
SignedTransactionDb::set(txn, signed.nonce, &tx.serialize());

(order, signer)
} else {
Expand Down

0 comments on commit 0dd7ace

Please sign in to comment.