mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-29 13:38:00 +00:00
Fixed format issues
This commit is contained in:
@@ -159,7 +159,7 @@ impl EthereumNode for Instance {
|
||||
let connection_string = self.connection_string();
|
||||
let wallet = self.wallet.clone();
|
||||
|
||||
log::debug!("Submitting transaction: {:#?}", transaction);
|
||||
log::debug!("Submitting transaction: {transaction:#?}");
|
||||
|
||||
execute_transaction(Box::pin(async move {
|
||||
Ok(ProviderBuilder::new()
|
||||
|
||||
@@ -252,7 +252,7 @@ impl EthereumNode for KitchensinkNode {
|
||||
let url = self.rpc_url.clone();
|
||||
let wallet = self.wallet.clone();
|
||||
|
||||
log::debug!("Submitting transaction: {:#?}", transaction);
|
||||
log::debug!("Submitting transaction: {transaction:#?}");
|
||||
|
||||
execute_transaction(Box::pin(async move {
|
||||
Ok(ProviderBuilder::new()
|
||||
|
||||
Reference in New Issue
Block a user