Skip to content

Commit

Permalink
Fixed merge
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Oct 7, 2024
1 parent 20c20f5 commit 1c06a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zephyr_oracle/pricing_record.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ namespace zephyr_oracle
uint64_t timestamp;
unsigned char signature[64];

bool write_to_pr(oracle::pricing_record &pr)
bool write_to_pr(zephyr_oracle::pricing_record &pr)
{
pr.spot = spot;
pr.moving_average = moving_average;
Expand All @@ -236,7 +236,7 @@ namespace zephyr_oracle
return true;
};

bool read_from_pr(oracle::pricing_record &pr)
bool read_from_pr(zephyr_oracle::pricing_record &pr)
{
spot = pr.spot;
moving_average = pr.moving_average;
Expand Down

0 comments on commit 1c06a70

Please sign in to comment.