Commit a52e321 1 parent 9946450 commit a52e321 Copy full SHA for a52e321
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public class RpcError
55
55
public static readonly RpcError AlreadyInPool = new ( - 503 , "Already in pool" ) ;
56
56
public static readonly RpcError InsufficientNetworkFee = new ( - 504 , "Insufficient network fee" ) ;
57
57
public static readonly RpcError PolicyFailed = new ( - 505 , "Policy check failed" ) ;
58
- public static readonly RpcError InvalidScript = new ( - 509 , "Invalid transaction script" ) ;
58
+ public static readonly RpcError InvalidScript = new ( - 506 , "Invalid transaction script" ) ;
59
59
public static readonly RpcError InvalidAttribute = new ( - 507 , "Invalid transaction attribute" ) ;
60
60
public static readonly RpcError InvalidSignature = new ( - 508 , "Invalid signature" ) ;
61
61
public static readonly RpcError InvalidSize = new ( - 509 , "Invalid inventory size" ) ;
You can’t perform that action at this time.
0 commit comments