fix compilation issue

This commit is contained in:
billettc 2020-11-24 12:26:37 -05:00
parent 6bcac34f5f
commit 37a472e4b4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import (
)
func init() {
solana.RegisterInstructionDecoder(PROGRAM_ID, registryDecodeInstruction)
solana.RegisterInstructionDecoder(ProgramID(), registryDecodeInstruction)
}
func registryDecodeInstruction(accounts []*solana.AccountMeta, rawInstruction *solana.CompiledInstruction) (interface{}, error) {