Skip to content

create_batch_streams forces one clawback flag across the whole batch #343

Description

@Jaydbrown

contracts/factory/src/lib.rs create_batch_streams(sender, requests, clawback: bool) applies the single clawback to every request, because contracts/factory/src/storage.rs BatchStreamRequest has no clawback field. create_stream takes clawback per stream. Add clawback: bool to BatchStreamRequest so a batch can mix clawback and non-clawback streams.


Filed from a codebase review pass.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions