Skip to content

Commit

Permalink
added rate limited wallet to wallet type
Browse files Browse the repository at this point in the history
  • Loading branch information
forReason committed Aug 9, 2023
1 parent f12cf74 commit ed3cdc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHIA-RPC/Objects_NS/WalletType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public enum WalletType
/// <summary>
/// Represents an unknown wallet type.
/// </summary>
unknownType1,
RATE_LIMITED = 1,

/// <summary>
/// Represents an atomic swap wallet, used for cross-chain atomic swaps.
Expand Down

0 comments on commit ed3cdc2

Please sign in to comment.