File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4156,7 +4156,7 @@ mod tests {
4156
4156
4157
4157
let their_pubkeys = ChannelPublicKeys {
4158
4158
funding_pubkey : public_from_secret_hex ( & secp_ctx, "1552dfba4f6cf29a62a0af13c8d6981d36d0ef8d61ba10fb0fe90da7634d7e13" ) ,
4159
- revocation_basepoint : public_from_secret_hex ( & secp_ctx , "02466d7fcae563e5cb09a0d1870bb580344804617879a14949cf22285f1bae3f27" ) ,
4159
+ revocation_basepoint : PublicKey :: from_slice ( & hex :: decode ( "02466d7fcae563e5cb09a0d1870bb580344804617879a14949cf22285f1bae3f27" ) . unwrap ( ) [ .. ] ) . unwrap ( ) ,
4160
4160
payment_basepoint : public_from_secret_hex ( & secp_ctx, "4444444444444444444444444444444444444444444444444444444444444444" ) ,
4161
4161
delayed_payment_basepoint : public_from_secret_hex ( & secp_ctx, "1552dfba4f6cf29a62a0af13c8d6981d36d0ef8d61ba10fb0fe90da7634d7e13" ) ,
4162
4162
htlc_basepoint : public_from_secret_hex ( & secp_ctx, "4444444444444444444444444444444444444444444444444444444444444444" )
You can’t perform that action at this time.
0 commit comments