mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
4a08e18f00
3 changed files with 3 additions and 3 deletions
|
@ -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.',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
class Destination {
|
||||
final BigInt amount; // transfered as string
|
||||
final BigInt amount; // transferred as string
|
||||
final String address;
|
||||
final String assetId;
|
||||
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue