Skip to content

Commit a427722

Browse files
committed
Remove current_receiver intrinsic
1 parent 6cac3d0 commit a427722

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

libraries/chain/wasm_interface.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -806,10 +806,6 @@ class action_api : public context_aware_api {
806806
return context.act.data.size();
807807
}
808808

809-
const name& current_receiver() {
810-
return context.receiver;
811-
}
812-
813809
fc::time_point_sec publication_time() {
814810
return context.trx_meta.published;
815811
}
@@ -1518,7 +1514,6 @@ REGISTER_INTRINSICS(system_api,
15181514
REGISTER_INTRINSICS(action_api,
15191515
(read_action_data, int(int, int) )
15201516
(action_data_size, int() )
1521-
(current_receiver, int64_t() )
15221517
(publication_time, int32_t() )
15231518
(current_sender, int64_t() )
15241519
);

0 commit comments

Comments
 (0)