fix: repair key handling in _getSignData and add Nonce live test
This commit is contained in:
committed by
Michael Vines
parent
bd0a9348f4
commit
aea0e83a40
@@ -13,7 +13,7 @@ import {PublicKey} from './publickey';
|
||||
const NonceAccountLayout = BufferLayout.struct([
|
||||
BufferLayout.u32('state'),
|
||||
Layout.publicKey('authorizedPubkey'),
|
||||
Layout.publicKey('hash'),
|
||||
Layout.publicKey('nonce'),
|
||||
]);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user