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 case of a split spend, they are collected and if it is a double spend we return NetworkError::DoubleSpendAttempt
in case of a split register, they are verified, merged and returned as a record.
so we don't have to expose the SplitRecordError from sn_networking. Use a private error enum to handle the low level errors and make the public error enum clean.
The text was updated successfully, but these errors were encountered:
NetworkError::DoubleSpendAttempt
so we don't have to expose the
SplitRecordError
from sn_networking. Use a private error enum to handle the low level errors and make the public error enum clean.The text was updated successfully, but these errors were encountered: