fix: export VOTE_ACCOUNT_KEY (#422)

This commit is contained in:
Michael Vines
2019-07-24 16:01:07 -07:00
parent 1bf94c7673
commit 6c32bca04d
4 changed files with 9 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import * as Layout from './layout';
import * as shortvec from './util/shortvec-encoding';
import {PublicKey} from './publickey';
const VALIDATOR_INFO_KEY = new PublicKey(
export const VALIDATOR_INFO_KEY = new PublicKey(
'Va1idator1nfo111111111111111111111111111111',
);