chore: update darvaza.org/core to v0.10.0

Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
2023-10-23 20:50:41 +00:00
parent 76b40e63c7
commit 99ae34e98c
6 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ func (v *intermediateConfig) Export() (*Config, error) {
for i := 0; i < peers; i++ {
p, err := v.ExportPeer(i)
if err != nil {
err = core.Wrapf(err, "Peer[%v]:", i)
err = core.Wrap(err, "Peer[%v]:", i)
return nil, err
}