We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5cbff9 commit 4022345Copy full SHA for 4022345
packages/rs-sdk/src/error.rs
@@ -91,7 +91,7 @@ impl From<DapiClientError> for Error {
91
return consensus_error_value
92
.to_bytes()
93
.map(|bytes| {
94
- ConsensusError::deserialize_from_bytes(&*bytes)
+ ConsensusError::deserialize_from_bytes(&bytes)
95
.map(|consensus_error| {
96
Self::Protocol(ProtocolError::ConsensusError(Box::new(
97
consensus_error,
0 commit comments