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
In the store_action_receipts function located in near-indexer-for-explorer/database/src/adapters/receipts.rs, the error_message in await_retry_or_panic! is "Failed to store ReceiptActions in database", but in other functions, the error_message is "Something were stored in database" (1, 2, 3, 4).
The text was updated successfully, but these errors were encountered:
Hey @WuTao18! I agree, sometimes we have a mess in our log messages. The phrasing is also not the best.
If you have time, could you please help us with this?
Hey @WuTao18! I agree, sometimes we have a mess in our log messages. The phrasing is also not the best. If you have time, could you please help us with this?
@WuTao18 I've assigned this issue to you since you're volunteering to help. It's just a mark for us that someone (in your happy case, you) is working on it.
In the
store_action_receipts
function located innear-indexer-for-explorer/database/src/adapters/receipts.rs
, theerror_message
inawait_retry_or_panic!
is "Failed to store ReceiptActions in database", but in other functions, theerror_message
is "Something were stored in database" (1, 2, 3, 4).The text was updated successfully, but these errors were encountered: