Fix compile error introduced in a799f064d4
This commit is contained in:
parent
49937daeb8
commit
6237740ebc
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ int main( int argc, char** argv )
|
|||
detail_ns::js_name<fee_parameters>::name("fee_parameters");
|
||||
detail_ns::js_name<operation>::name("operation");
|
||||
detail_ns::js_name<operation_result>::name("operation_result");
|
||||
detail_ns::js_name<operation_extensions>::name("future_extensions");
|
||||
detail_ns::js_name<future_extensions>::name("future_extensions");
|
||||
detail_ns::js_name<worker_initializer>::name("worker_initializer");
|
||||
detail_ns::js_name<predicate>::name("predicate");
|
||||
detail_ns::js_name<vesting_policy_initializer>::name("vesting_policy_initializer");
|
||||
|
|
|
|||
Loading…
Reference in a new issue