Skip to content

Commit

Permalink
fix: spec to 0.8.0 rc1
Browse files Browse the repository at this point in the history
* fix: spec to 0.8.0 rc1
  • Loading branch information
tabaktoni authored Nov 26, 2024
1 parent b7d38ca commit faa86db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ type WebSocketMethods = {
/**
* Filter transactions to only receive notification from address list
*/
sender_address?: ADDRESS;
sender_address?: ADDRESS[];
};
result: SUBSCRIPTION_ID;
errors: Errors.TOO_MANY_ADDRESSES_IN_FILTER;
Expand Down

0 comments on commit faa86db

Please sign in to comment.