Skip to content

Commit

Permalink
abi(embed_v0)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyFate committed Mar 18, 2024
1 parent bacc258 commit af907ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contract/notes.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mod NotesContract {
#[storage]
struct Storage {}

#[external(v0)]
#[abi(embed_v0)]
impl NotesContractImpl of INotesContract<ContractState> {
fn get_note(self: @ContractState, note: Note) -> ByteArray {
let music = Music { notes: array![note].span(), sample_rate: 8000 };
Expand Down

0 comments on commit af907ac

Please sign in to comment.