1
0
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:
Jeromy
2015-02-25 14:56:26 -08:00
parent 049b5ad945
commit 7fb63d7e43
13 changed files with 65 additions and 21 deletions

View File

@ -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)
}