Skip to content

Commit

Permalink
path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bxmmm1 committed Jul 29, 2024
1 parent 691419d commit 57ce268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RAVE.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity >=0.8.0 <0.9.0;
import { X509Verifier } from "rave/X509Verifier.sol";
import { JSONBuilder } from "rave/JSONBuilder.sol";
import { BytesUtils } from "./BytesUtils.sol";
import { Base64 } from "@openzeppelin/contracts//utils/Base64.sol";
import { Base64 } from "@openzeppelin/contracts/utils/Base64.sol";
import { RAVEBase } from "rave/RAVEBase.sol";

/**
Expand Down

0 comments on commit 57ce268

Please sign in to comment.