File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
stackslib/src/chainstate/stacks/boot Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1864,8 +1864,8 @@ pub mod test {
18641864 vec ! [
18651865 Value :: Principal ( stacker. clone( ) ) ,
18661866 Value :: Tuple ( pox_addr. as_clarity_tuple( ) . unwrap( ) ) ,
1867- Value :: buff_from( signer_key. to_bytes_compressed( ) ) . unwrap( ) ,
18681867 Value :: UInt ( extend_count) ,
1868+ Value :: buff_from( signer_key. to_bytes_compressed( ) ) . unwrap( ) ,
18691869 ] ,
18701870 )
18711871 . unwrap ( ) ;
Original file line number Diff line number Diff line change 11581158(define-public (delegate-stack-extend
11591159 (stacker principal )
11601160 (pox-addr { version : (buff 1 ), hashbytes : (buff 32 ) })
1161- (signer-key ( buff 33 ) )
1162- (extend-count uint ))
1161+ (extend-count uint )
1162+ (signer-key ( buff 33 ) ))
11631163 (let ((stacker-info (stx-account stacker))
11641164 ;; to extend, there must already be an entry in the stacking-state
11651165 (stacker-state (unwrap! (get-stacker-info stacker) (err ERR_STACK_EXTEND_NOT_LOCKED)))
You can’t perform that action at this time.
0 commit comments