Skip to content

Commit a690311

Browse files
committed
refactor: 💡 apply convention
1 parent 929f4f3 commit a690311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/chain/wasm_interface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2299,7 +2299,7 @@ REGISTER_INTRINSICS(infrablockchain_transaction_api,
22992299
(get_trx_fee_for_action_packed, int(int64_t, int64_t, int, int) )
23002300
(trx_fee_payer, int64_t() )
23012301
(get_total_weighted_transaction_votes, double() )
2302-
(get_top_transaction_vote_receivers_packed, int(int32_t, int32_t, int32_t, int32_t))
2302+
(get_top_transaction_vote_receivers_packed, int(int, int, int, int))
23032303
);
23042304

23052305
REGISTER_INTRINSICS(context_free_api,

0 commit comments

Comments
 (0)