Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvister committed Jan 29, 2018
1 parent cdcdacb commit 731e45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Binance/WebSocket/UserDataWebSocketClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ await _api.UserStreamCloseAsync(_.Key, _.Value, CancellationToken.None)

#region Public Methods

public async Task SubscribeAsync(IBinanceApiUser user, Action<UserDataEventArgs> callback, CancellationToken token = default)
public virtual async Task SubscribeAsync(IBinanceApiUser user, Action<UserDataEventArgs> callback, CancellationToken token = default)
{
Throw.IfNull(user, nameof(user));

Expand Down

0 comments on commit 731e45a

Please sign in to comment.