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 {
1864
1864
vec ! [
1865
1865
Value :: Principal ( stacker. clone( ) ) ,
1866
1866
Value :: Tuple ( pox_addr. as_clarity_tuple( ) . unwrap( ) ) ,
1867
- Value :: buff_from( signer_key. to_bytes_compressed( ) ) . unwrap( ) ,
1868
1867
Value :: UInt ( extend_count) ,
1868
+ Value :: buff_from( signer_key. to_bytes_compressed( ) ) . unwrap( ) ,
1869
1869
] ,
1870
1870
)
1871
1871
. unwrap ( ) ;
Original file line number Diff line number Diff line change 1158
1158
(define-public (delegate-stack-extend
1159
1159
(stacker principal )
1160
1160
(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 ) ))
1163
1163
(let ((stacker-info (stx-account stacker))
1164
1164
;; to extend, there must already be an entry in the stacking-state
1165
1165
(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