Skip to content

Conversation

@biryukovmaxim
Copy link
Collaborator

No description provided.

@biryukovmaxim biryukovmaxim requested a review from aspect January 20, 2025 15:51
}

async fn send(&self, _request: Request<SendRequest>) -> Result<Response<SendResponse>, Status> {
let response = SendResponse { tx_i_ds: vec![], signed_transactions: vec![] };
Copy link
Collaborator

@michaelsutton michaelsutton Jan 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tx_i_ds is interesting. Might be worth renaming in the proto to txIds, txId so that the rust naming transform makes it tx_ids, tx_id

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

renamed 39b8738

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants