fix compilation issue
This commit is contained in:
parent
6bcac34f5f
commit
37a472e4b4
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue