fix: export bpf loader program id consts (#11854)

This commit is contained in:
Justin Starry 2020-08-26 17:10:02 +08:00 committed by GitHub
parent ebe9d20fcb
commit 2e0fefd1ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
// @flow // @flow
export {Account} from './account'; export {Account} from './account';
export {BpfLoader} from './bpf-loader'; export {BPF_LOADER_DEPRECATED_PROGRAM_ID} from './bpf-loader-deprecated';
export {BpfLoader, BPF_LOADER_PROGRAM_ID} from './bpf-loader';
export {Connection} from './connection'; export {Connection} from './connection';
export {Loader} from './loader'; export {Loader} from './loader';
export {Message} from './message'; export {Message} from './message';