add test send to wallet-rpc with arb data (#246)

* add test send to wallet-rpc with arb data

* convert literals to const
This commit is contained in:
akildemir
2023-01-30 12:25:46 +03:00
committed by GitHub
parent b0e0fc44cf
commit 9e01588b11
3 changed files with 48 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ use curve25519_dalek::{
use crate::{hash, hash_to_scalar, serialize::write_varint, transaction::Input};
mod extra;
pub mod extra;
pub(crate) use extra::{PaymentId, ExtraField, Extra};
/// Address encoding and decoding functionality.