We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e88b2 commit 18c43fdCopy full SHA for 18c43fd
framework/base/src/contract_base/wrappers/call_value_wrapper.rs
@@ -252,7 +252,7 @@ where
252
(payment.token_identifier, payment.amount)
253
}
254
255
- /// Accepts any sort of patyment, which is either:
+ /// Accepts any sort of payment, which is either:
256
/// - EGLD (can be zero in case of no payment whatsoever);
257
/// - Multi-ESDT (one or more ESDT transfers).
258
pub fn any_payment(&self) -> EgldOrMultiEsdtPayment<A> {
0 commit comments