Skip to content

Commit 71d0a30

Browse files
committed
Patch block test & removed dynamic type converter
1 parent ab11a4c commit 71d0a30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Solnet.Rpc/Models/RewardInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public class RewardInfo
2121
/// </summary>
2222
public ulong PostBalance { get; set; }
2323

24-
[JsonConverter(typeof(DynamicTypeConverter))]
25-
public object RewardType { get; set; }
24+
25+
public RewardType RewardType { get; set; }
2626
}
2727

2828
/// <summary>

0 commit comments

Comments
 (0)