Skip to content

Commit

Permalink
Merge pull request #109 from koinos/fix-get-info
Browse files Browse the repository at this point in the history
Fix get_info for Koin and VHP
  • Loading branch information
sgerbino authored Aug 15, 2024
2 parents c2bf0ea + 3680f77 commit beb6732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contracts/koin/assembly/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export function main(): i32 {
res,
kcs4.get_info_result.encode
);
break;
}

case 0xb0da3934: {
Expand Down
1 change: 1 addition & 0 deletions contracts/vhp/assembly/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export function main(): i32 {
res,
kcs4.get_info_result.encode
);
break;
}

case 0xb0da3934: {
Expand Down

0 comments on commit beb6732

Please sign in to comment.