We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cac3d0 commit a427722Copy full SHA for a427722
libraries/chain/wasm_interface.cpp
@@ -806,10 +806,6 @@ class action_api : public context_aware_api {
806
return context.act.data.size();
807
}
808
809
- const name& current_receiver() {
810
- return context.receiver;
811
- }
812
-
813
fc::time_point_sec publication_time() {
814
return context.trx_meta.published;
815
@@ -1518,7 +1514,6 @@ REGISTER_INTRINSICS(system_api,
1518
1514
REGISTER_INTRINSICS(action_api,
1519
1515
(read_action_data, int(int, int) )
1520
1516
(action_data_size, int() )
1521
- (current_receiver, int64_t() )
1522
1517
(publication_time, int32_t() )
1523
(current_sender, int64_t() )
1524
);
0 commit comments