fix: add integration test and fix various exposed bugs
This commit is contained in:
		
				
					committed by
					
						 Michael Vines
						Michael Vines
					
				
			
			
				
	
			
			
			
						parent
						
							07c0670f65
						
					
				
				
					commit
					3595892fab
				
			| @@ -69,7 +69,11 @@ export const authorized = (property: string = 'authorized') => { | ||||
|  */ | ||||
| export const lockup = (property: string = 'lockup') => { | ||||
|   return BufferLayout.struct( | ||||
|     [BufferLayout.ns64('epoch'), publicKey('custodian')], | ||||
|     [ | ||||
|       BufferLayout.ns64('unixTimestamp'), | ||||
|       BufferLayout.ns64('epoch'), | ||||
|       publicKey('custodian'), | ||||
|     ], | ||||
|     property, | ||||
|   ); | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user