mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-10 05:52:20 +08:00
move signing options into a validation checker struct
This commit is contained in:
@ -168,7 +168,7 @@ func RunSupernodePutRecordGetRecord(conf testutil.LatencyConfig) error {
|
||||
k := util.Key("key")
|
||||
note := []byte("a note from putter")
|
||||
|
||||
if err := putter.Routing.PutValue(ctx, k, note, false); err != nil {
|
||||
if err := putter.Routing.PutValue(ctx, k, note); err != nil {
|
||||
return fmt.Errorf("failed to put value: %s", err)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user