File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ use crate::jsonrpc::web3_types::BlockId;
9
9
10
10
#[ derive( Clone , Display , Debug ) ]
11
11
pub enum RpcError {
12
- #[ display( fmt = "Decode interoperation signature r error" ) ]
12
+ #[ display( fmt = "Decode interoperation signature r error since {}" , _0 ) ]
13
13
DecodeInteroperationSigR ( String ) ,
14
- #[ display( fmt = "Decode interoperation signature s error" ) ]
14
+ #[ display( fmt = "Decode interoperation signature s error since {}" , _0 ) ]
15
15
DecodeInteroperationSigS ( String ) ,
16
16
#[ display( fmt = "Invalid address source" ) ]
17
17
InvalidAddressSource ,
@@ -56,7 +56,7 @@ pub enum RpcError {
56
56
57
57
#[ display( fmt = "EVM error {}" , "decode_revert_msg(&_0.ret)" ) ]
58
58
Evm ( TxResp ) ,
59
- #[ display( fmt = "Internal error" ) ]
59
+ #[ display( fmt = "Internal error: {}" , _0 ) ]
60
60
Internal ( String ) ,
61
61
}
62
62
You can’t perform that action at this time.
0 commit comments