fix: repair key handling in _getSignData and add Nonce live test

This commit is contained in:
Tyera Eulberg
2020-01-07 17:57:56 -07:00
committed by Michael Vines
parent bd0a9348f4
commit aea0e83a40
4 changed files with 165 additions and 68 deletions

View File

@@ -13,7 +13,7 @@ import {PublicKey} from './publickey';
const NonceAccountLayout = BufferLayout.struct([
BufferLayout.u32('state'),
Layout.publicKey('authorizedPubkey'),
Layout.publicKey('hash'),
Layout.publicKey('nonce'),
]);
/**