Skip to content

Commit aaa49a1

Browse files
author
Seulgi Kim
committed
Change the id of the custom action
1 parent 009018d commit aaa49a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/src/parcel/action.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const CHANGE_SHARD_STATE: u8 = 1;
2626
const PAYMENT: u8 = 2;
2727
const SET_REGULAR_KEY: u8 = 3;
2828
const CREATE_SHARD: u8 = 4;
29-
const CUSTOM: u8 = 5;
29+
const CUSTOM: u8 = 0xFF;
3030

3131
#[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize, RlpDecodable, RlpEncodable)]
3232
#[serde(rename_all = "camelCase")]

0 commit comments

Comments
 (0)