File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -193,10 +193,10 @@ impl EventBuilder {
193
193
where
194
194
T : TimeSupplier ,
195
195
{
196
- self . to_pow_event_internal ( keys, difficulty, time_supplier, secp)
196
+ self . into_pow_event_internal ( keys, difficulty, time_supplier, secp)
197
197
}
198
198
199
- fn to_pow_event_internal < T , C : Signing > (
199
+ fn into_pow_event_internal < T , C : Signing > (
200
200
self ,
201
201
keys : & Keys ,
202
202
difficulty : u8 ,
@@ -267,10 +267,10 @@ impl EventBuilder {
267
267
where
268
268
T : TimeSupplier ,
269
269
{
270
- self . to_pow_unsigned_event_internal ( pubkey, difficulty, time_supplier, secp)
270
+ self . into_pow_unsigned_event_internal ( pubkey, difficulty, time_supplier, secp)
271
271
}
272
272
273
- fn to_pow_unsigned_event_internal < T , C : Signing > (
273
+ fn into_pow_unsigned_event_internal < T , C : Signing > (
274
274
self ,
275
275
pubkey : XOnlyPublicKey ,
276
276
difficulty : u8 ,
You can’t perform that action at this time.
0 commit comments