Skip to content

Commit

Permalink
chore: oracle method name fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
naneey committed Apr 17, 2024
1 parent 8a29297 commit aed121d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
public class Oracle {

@External(readonly = true)
public Map<String,BigInteger> getReferenceData(String _base, String _quote) {
public Map<String,BigInteger> get_reference_data(String _base, String _quote) {
return Map.of("rate",BigInteger.ONE);
}

Expand Down

0 comments on commit aed121d

Please sign in to comment.