Skip to content

Unable to submit a tx if balance is low even when it is marked with #[pallet::feeless_if(...)] #6480

@gupnik

Description

@gupnik

While testing #[pallet::feeless_if(...)] macro: I've discovered that even though the fees are not charged when transaction goes through, I'm not able to submit a transaction if the balance is low (zero):

code: ServerError(1010), message: "Invalid Transaction", data: Some(RawValue("Inability to pay some fees (e.g. account balance too low)"

CC: @ordian

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions