mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-15 07:51:06 +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 connection_string = self.connection_string();
|
||||||
let wallet = self.wallet.clone();
|
let wallet = self.wallet.clone();
|
||||||
|
|
||||||
log::debug!("Submitting transaction: {:#?}", transaction);
|
log::debug!("Submitting transaction: {transaction:#?}");
|
||||||
|
|
||||||
execute_transaction(Box::pin(async move {
|
execute_transaction(Box::pin(async move {
|
||||||
Ok(ProviderBuilder::new()
|
Ok(ProviderBuilder::new()
|
||||||
|
|||||||
@@ -252,7 +252,7 @@ impl EthereumNode for KitchensinkNode {
|
|||||||
let url = self.rpc_url.clone();
|
let url = self.rpc_url.clone();
|
||||||
let wallet = self.wallet.clone();
|
let wallet = self.wallet.clone();
|
||||||
|
|
||||||
log::debug!("Submitting transaction: {:#?}", transaction);
|
log::debug!("Submitting transaction: {transaction:#?}");
|
||||||
|
|
||||||
execute_transaction(Box::pin(async move {
|
execute_transaction(Box::pin(async move {
|
||||||
Ok(ProviderBuilder::new()
|
Ok(ProviderBuilder::new()
|
||||||
|
|||||||
Reference in New Issue
Block a user