Skip to content

Commit a92cf02

Browse files
committed
fix VIZ custom operation order
1 parent e664f7f commit a92cf02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/ChainOperations/ChainOperations.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ChainOperations
1616
self::OPERATION_COMMENT => 1,//STEEM/GOLOS/whaleshares
1717
self::OPERATION_TRANSFER => 2,
1818
self::OPERATION_CUSTOM_JSON => 18,
19-
self::OPERATION_CUSTOM => 18//only for VIZ
19+
self::OPERATION_CUSTOM => 10//only for VIZ
2020
];
2121

2222
/**

0 commit comments

Comments
 (0)