You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I was trying "cargo build --release" in vdr/uniffi directory, following error corrupted
error[E0599]: no method named `is_txn_reverted` found for struct `web3::types::TransactionReceipt` in the current scope
--> D:\workspace\indy-besu\vdr\src\client\implementation\web3\client.rs:103:20
|
103 | if receipt.is_txn_reverted() {
| ^^^^^^^^^^^^^^^ method not found in `TransactionReceipt`
error[E0609]: no field `revert_reason` on type `web3::types::TransactionReceipt`
--> D:\workspace\indy-besu\vdr\src\client\implementation\web3\client.rs:104:50
|
104 | if let Some(revert_reason) = receipt.revert_reason {
| ^^^^^^^^^^^^^ unknown field
|
= note: available fields are: `transaction_hash`, `transaction_index`, `block_hash`, `block_number`, `from` ... and 10 others
I need advice from assistants
The text was updated successfully, but these errors were encountered:
While I was trying "cargo build --release" in vdr/uniffi directory, following error corrupted
I need advice from assistants
The text was updated successfully, but these errors were encountered: