Add migration for transaction-payment (#5673)

This commit is contained in:
Shawn Tabrizi
2020-04-17 09:56:17 +02:00
committed by GitHub
parent c5c9b56e94
commit 276b27a7d4
5 changed files with 51 additions and 4 deletions
@@ -49,9 +49,6 @@ impl Fixed64 {
}
/// Consume self and return the inner value.
///
/// This should only be used for testing.
#[cfg(any(feature = "std", test))]
pub fn into_inner(self) -> i64 { self.0 }
/// Raw constructor. Equal to `parts / 1_000_000_000`.