We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009018d commit aaa49a1Copy full SHA for aaa49a1
types/src/parcel/action.rs
@@ -26,7 +26,7 @@ const CHANGE_SHARD_STATE: u8 = 1;
26
const PAYMENT: u8 = 2;
27
const SET_REGULAR_KEY: u8 = 3;
28
const CREATE_SHARD: u8 = 4;
29
-const CUSTOM: u8 = 5;
+const CUSTOM: u8 = 0xFF;
30
31
#[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize, RlpDecodable, RlpEncodable)]
32
#[serde(rename_all = "camelCase")]
0 commit comments