Skip to content

Commit 6b462fa

Browse files
authored
chore: added new specific error message for mpc timeout (#503)
1 parent 6e44754 commit 6b462fa

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

omni-relayer/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

omni-relayer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "omni-relayer"
3-
version = "0.5.4"
3+
version = "0.5.5"
44
edition = "2024"
55
resolver = "2"
66
repository = "https://github.com/Near-One/omni-bridge"

omni-relayer/src/workers/near.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ pub async fn process_transfer_event(
165165
specific_errors: Some(vec![
166166
"Signature request has already been submitted. Please try again later."
167167
.to_string(),
168+
"Request has timed out.".to_string(),
168169
"Signature request has timed out.".to_string(),
169170
"Attached deposit is lower than required".to_string(),
170171
"Exceeded the prepaid gas.".to_string(),

0 commit comments

Comments
 (0)