Skip to content

Commit 58e3404

Browse files
authored
Merge pull request #270 from permaweb/fix/register_attestation_opts
fix: using trusted instead of snp_hashes
2 parents 3bc3498 + 7133812 commit 58e3404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dev_router.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ register(_M1, _M2, Opts) ->
6464
#{},
6565
#{
6666
priv_wallet => hb:wallet(),
67-
snp_hashes => hb_opts:get(snp_hashes, #{}, Opts)
67+
trusted => hb_opts:get(trusted, [], Opts)
6868
}
6969
),
7070
?event(debug_register, {attestion, Attestion}),

0 commit comments

Comments
 (0)