Skip to content

Commit

Permalink
[FOLD] Refactor unit-test Oracle class
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtatcam committed Oct 25, 2023
1 parent 4bb797e commit f314e86
Show file tree
Hide file tree
Showing 5 changed files with 295 additions and 619 deletions.
9 changes: 9 additions & 0 deletions src/ripple/app/tx/impl/SetOracle.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@

namespace ripple {

/*
Price Oracle is a system that acts as a bridge between
a blockchain network and the external world, providing off-chain price data
to decentralized applications (dApps) on the blockchain. This implementation
conforms to the requirements specified in the XLS-47d.
SetOracle transactor implements creating or updating the Oracle object.
*/

class SetOracle : public Transactor
{
public:
Expand Down
Loading

0 comments on commit f314e86

Please sign in to comment.