Skip to content

Commit aa8dff3

Browse files
committed
fixup! Handle payment_store update failure in PaymentClaimable.
1 parent 0fe5aca commit aa8dff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/event.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ where
802802
payment_id,
803803
e
804804
);
805-
panic!("Failed to access payment store");
805+
return Err(ReplayEvent())
806806
},
807807
}
808808

0 commit comments

Comments
 (0)