This commit is contained in:
Christian Grothoff 2023-06-03 13:00:01 +02:00
parent 81dd559c77
commit a5cd8a522e
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -1146,7 +1146,7 @@ export interface ManualWithdrawalDetails {
/**
* Number of coins that would be used for withdrawal.
*
* The UIs should warn if this number is too high (rougly at >100).
* The UIs should warn if this number is too high (roughly at >100).
*/
numCoins: number;