Skip to content

[bulk_payment] Misspelled event topic "rollbck" instead of "rollback" #869

Description

@Wilfred007

Description

The rollback event uses symbol_short!("rollbck"), a typo of "rollback". Off-chain indexers and the frontend's contract-error parsing match on event topic strings, so this typo is a small but real footgun for anyone wiring up event listeners expecting the correctly spelled topic.

Where

contracts/bulk_payment/src/lib.rs (~line 755)

Acceptance Criteria

  • Fix the symbol to "rollback" (note: Soroban symbol_short! has a 9-character limit, so confirm it fits or pick an equally clear short symbol)
  • Grep the frontend/backend for any code already matching on "rollbck" and update those too
  • Add/adjust a test asserting the corrected topic

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programcontractSmart Contract developmenteasySimple tasks

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions