Merge remote-tracking branch 'origin/main'

This commit is contained in:
OmarHatem 2025-05-12 18:08:55 +03:00
commit 4a08e18f00
3 changed files with 3 additions and 3 deletions

View file

@ -428,7 +428,7 @@ class TronClient {
if (!request.isSuccess) {
log("Tron TRC20 error: ${request.error} \n ${request.respose}");
throw Exception(
'An error occured while creating the transfer request. Please try again.',
'An error occurred while creating the transfer request. Please try again.',
);
}

View file

@ -1,5 +1,5 @@
class Destination {
final BigInt amount; // transfered as string
final BigInt amount; // transferred as string
final String address;
final String assetId;

View file

@ -19,7 +19,7 @@ class NodePathValidator extends TextValidator {
}
// NodeAddressValidatorDecredBlankException allows decred to send a blank ip
// address which effectively clears the current set persistant peer.
// address which effectively clears the current set persistent peer.
class NodeAddressValidatorDecredBlankException extends TextValidator {
NodeAddressValidatorDecredBlankException()
: super(